CVS: Arch: food: since the booze treasure bug was squashed adding empty bottles for booze, wine, and water

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3799 282e977c-c81d-0410-88c4-b93c2d0d6712
master
mikeeusa 2005-10-06 02:21:17 +00:00
parent c48005bde9
commit c48e9b1f88
4 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Object booze
face booze.111
color_fg orange
randomitems emptyboozebottle
food 100
nrof 1
type 54

View File

@ -1,6 +1,7 @@
Object poison
name booze
face booze.111
randomitems emptyboozebottle
color_fg orange
nrof 1
type 7
@ -18,6 +19,7 @@ end
Object wine_poison
name bottle of wine
face wine.111
randomitems emptywinebottle
color_fg red
food 75
nrof 1
@ -55,6 +57,7 @@ end
#
Object water_poison
face water.111
randomitems emptywaterbottle
color_fg blue
food 5
nrof 1

View File

@ -1,5 +1,6 @@
Object water
face water.111
randomitems emptywaterbottle
color_fg blue
food 5
nrof 1

View File

@ -1,6 +1,7 @@
Object wine
name bottle of wine
face wine.111
randomitems emptywinebottle
color_fg red
food 75
nrof 1