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-b93c2d0d6712master
parent
c48005bde9
commit
c48e9b1f88
|
@ -1,6 +1,7 @@
|
||||||
Object booze
|
Object booze
|
||||||
face booze.111
|
face booze.111
|
||||||
color_fg orange
|
color_fg orange
|
||||||
|
randomitems emptyboozebottle
|
||||||
food 100
|
food 100
|
||||||
nrof 1
|
nrof 1
|
||||||
type 54
|
type 54
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Object poison
|
Object poison
|
||||||
name booze
|
name booze
|
||||||
face booze.111
|
face booze.111
|
||||||
|
randomitems emptyboozebottle
|
||||||
color_fg orange
|
color_fg orange
|
||||||
nrof 1
|
nrof 1
|
||||||
type 7
|
type 7
|
||||||
|
@ -18,6 +19,7 @@ end
|
||||||
Object wine_poison
|
Object wine_poison
|
||||||
name bottle of wine
|
name bottle of wine
|
||||||
face wine.111
|
face wine.111
|
||||||
|
randomitems emptywinebottle
|
||||||
color_fg red
|
color_fg red
|
||||||
food 75
|
food 75
|
||||||
nrof 1
|
nrof 1
|
||||||
|
@ -55,6 +57,7 @@ end
|
||||||
#
|
#
|
||||||
Object water_poison
|
Object water_poison
|
||||||
face water.111
|
face water.111
|
||||||
|
randomitems emptywaterbottle
|
||||||
color_fg blue
|
color_fg blue
|
||||||
food 5
|
food 5
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Object water
|
Object water
|
||||||
face water.111
|
face water.111
|
||||||
|
randomitems emptywaterbottle
|
||||||
color_fg blue
|
color_fg blue
|
||||||
food 5
|
food 5
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Object wine
|
Object wine
|
||||||
name bottle of wine
|
name bottle of wine
|
||||||
face wine.111
|
face wine.111
|
||||||
|
randomitems emptywinebottle
|
||||||
color_fg red
|
color_fg red
|
||||||
food 75
|
food 75
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
Loading…
Reference in New Issue