objects/obj_box.lua

changeset 0
cc66ad6b0d75
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/objects/obj_box.lua	Sat Mar 27 17:43:08 2010 +0000
@@ -0,0 +1,9 @@
+
+classes.obj_box = { 
+				_properties =	{
+								name = "box",
+								longname = "a cardboard box",
+								desc = "You see a plain, ordinary, medium-sized cardboard box"
+							},
+				_parent = "obj_container";
+			};
\ No newline at end of file

mercurial