objects/obj_toaster.lua

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

mercurial