Go to the source code of this file.
|
| banquet.act = Crossfire.WhoIsActivator() |
|
list | banquet.floors = [ 'woodfloor', 'flagstone', 'dirtfloor' ] |
|
list | banquet.foods = [ 'fishfood', 'food', 'bag_popcorn', 'apple', 'cheeseburger', 'loaf', 'tomato', 'waybread', 'roast_bird', 'orange', 'leg_mutton' ] |
|
| banquet.l = Crossfire.WhoAmI() |
|
list | banquet.replace_with = [ 'd_statue', 'statue', 'statue2' ] |
|
int | banquet.size_x = 15 |
|
int | banquet.size_y = 15 |
|
list | banquet.walls = [ 'flagstone', 'dwall', 'timberwall', 'stwall' ] |
|