- Added unlimited fountains and containers (Thanks Adam Scriven).

- Removed object types MISSILE and FIRE WEAPON.
--Rumble
This commit is contained in:
Rumble 2007-03-30 12:55:33 +00:00
parent 7f65248b2a
commit 140fcc2be1
16 changed files with 234 additions and 298 deletions

View file

@ -301,8 +301,8 @@ const char *item_types[] = {
"WAND",
"STAFF",
"WEAPON",
"FIRE WEAPON",
"MISSILE",
"FURNITURE",
"UNDEFINED",
"TREASURE",
"ARMOR",
"POTION",
@ -319,7 +319,6 @@ const char *item_types[] = {
"PEN",
"BOAT",
"FOUNTAIN",
"CHAIR",
"\n"
};