diff --git a/code/modules/food/food/drinks/bottle_ch.dm b/code/modules/food/food/drinks/bottle_ch.dm index ed813245da..45110f97c7 100644 --- a/code/modules/food/food/drinks/bottle_ch.dm +++ b/code/modules/food/food/drinks/bottle_ch.dm @@ -1,6 +1,7 @@ /obj/item/weapon/reagent_containers/food/drinks/bottle/snaps name = "Akvavit" desc = "This could go well with lunch." + icon = 'icons/obj/drinks_ch.dmi' icon_state = "snapsbottle" center_of_mass = list("x"=17, "y"=3)