diff --git a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm index d40ab239dc3..6452a0a3cc1 100644 --- a/code/modules/reagents/reagent_containers/food/drinks/bottle.dm +++ b/code/modules/reagents/reagent_containers/food/drinks/bottle.dm @@ -314,6 +314,7 @@ desc = "A flask of the chaplain's holy water." icon_state = "holyflask" center_of_mass = list("x"=17, "y"=10) + drink_flags = NO_EMPTY_ICON /obj/item/reagent_containers/food/drinks/bottle/holywater/Initialize() . = ..() diff --git a/html/changelogs/doxxmedearly - holyF.yml b/html/changelogs/doxxmedearly - holyF.yml new file mode 100644 index 00000000000..bb1eb2e112e --- /dev/null +++ b/html/changelogs/doxxmedearly - holyF.yml @@ -0,0 +1,13 @@ +# Your name. +author: Doxxmedearly + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Chaplain's holy water flask no longer disappears when empty. It's a miracle."