objects/obj_drinking_tables.lua

Sat, 27 Mar 2010 17:43:08 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Mar 2010 17:43:08 +0000
changeset 0
cc66ad6b0d75
permissions
-rw-r--r--

Initial commit (importing from old SVN repo which got lost)

--[[
Tables to sit at in the bar or anywhere else

by Manole Paul-Sebastian (brokenthorn)
]]

classes.obj_drinking_tables =
{
	_properties = { name = "tables", longname = "some drinking tables", desc = "You see some uninteresting, uncloathed drinking tables." };
	_parent = nil;
	sit		=	function (self, e)
					e.person:_say("/me pulls a chair and sits at one of the drinking tables");
				end,
}

mercurial