From c48e9b1f8883a533493158b0d6962e85cb642abc Mon Sep 17 00:00:00 2001 From: mikeeusa Date: Thu, 6 Oct 2005 02:21:17 +0000 Subject: [PATCH] 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 --- food/booze.arc | 1 + food/poisonfood.arc | 3 +++ food/water.arc | 1 + food/wine.arc | 1 + 4 files changed, 6 insertions(+) diff --git a/food/booze.arc b/food/booze.arc index 99a121c39..83ed281d1 100644 --- a/food/booze.arc +++ b/food/booze.arc @@ -1,6 +1,7 @@ Object booze face booze.111 color_fg orange +randomitems emptyboozebottle food 100 nrof 1 type 54 diff --git a/food/poisonfood.arc b/food/poisonfood.arc index 5d9e10650..e617a958a 100644 --- a/food/poisonfood.arc +++ b/food/poisonfood.arc @@ -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 diff --git a/food/water.arc b/food/water.arc index 90800f41a..642d9d25e 100644 --- a/food/water.arc +++ b/food/water.arc @@ -1,5 +1,6 @@ Object water face water.111 +randomitems emptywaterbottle color_fg blue food 5 nrof 1 diff --git a/food/wine.arc b/food/wine.arc index e8697fb01..7251bb6cb 100644 --- a/food/wine.arc +++ b/food/wine.arc @@ -1,6 +1,7 @@ Object wine name bottle of wine face wine.111 +randomitems emptywinebottle color_fg red food 75 nrof 1