From 91f3c1de3b7df18036cde3fa8f9ee18284e8d46b Mon Sep 17 00:00:00 2001 From: WatermelonsEverywhere Date: Sun, 30 Jun 2024 19:13:19 -0600 Subject: [PATCH] fixes neuland empty sprite (#5500) --- code/modules/reagents/reagent_containers/food/drinks/bottle.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm index 5cc0438c66c..04bda26a4db 100644 --- a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm +++ b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm @@ -354,6 +354,7 @@ name = "Neuland Himbeergeist" desc = "A kriosan-approved spirits covered in german text, wax stamp on the bottle with the crest of a obscure and minor Castellan Lord. Time to shout 'Prost!' Ja?" icon_state = "neulandschnapps" + icon_state_empty = "neulandschnapps" center_of_mass = list("x"=16, "y"=6) preloaded_reagents = list("schnapps" = 100)