diff --git a/food/booze.arc b/food/booze.arc index 4ca03ca73..32c23c596 100644 --- a/food/booze.arc +++ b/food/booze.arc @@ -8,6 +8,7 @@ material 32 value 5 weight 6500 editable 2048 +randomitems emptyboozebottle identified 1 name_pl boozes client_type 611 diff --git a/food/boozebottle_empty.base.111.png b/food/boozebottle_empty.base.111.png new file mode 100644 index 000000000..b8eb503f9 Binary files /dev/null and b/food/boozebottle_empty.base.111.png differ diff --git a/food/poisonfood.arc b/food/poisonfood.arc index 738e04146..3499fd37a 100644 --- a/food/poisonfood.arc +++ b/food/poisonfood.arc @@ -10,6 +10,7 @@ editable 2048 identified 0 name_pl boozes client_type 611 +randomitems emptyboozebottle cursed 1 known_cursed 0 title of poison diff --git a/food/water.arc b/food/water.arc index 549d01514..fea131d3a 100644 --- a/food/water.arc +++ b/food/water.arc @@ -8,6 +8,7 @@ material 32 value 5 weight 1500 editable 2048 +randomitems emptywaterbottle name_pl waters client_type 611 end diff --git a/food/wine.arc b/food/wine.arc index fa8dc9afd..da0ba0bba 100644 --- a/food/wine.arc +++ b/food/wine.arc @@ -9,6 +9,7 @@ material 36 value 10 weight 1000 editable 2048 +randomitems emptywinebottle identified 1 name_pl bottles of wine client_type 611 diff --git a/food/winebottle_empty.base.111.png b/food/winebottle_empty.base.111.png new file mode 100644 index 000000000..5f28f4c5d Binary files /dev/null and b/food/winebottle_empty.base.111.png differ