[MIRROR] Fixes the holy water flask looking like a beer bottle [MDB IGNORE] (#18993)

Fixes the holy water flask looking like a beer bottle (#72979)

## About The Pull Request

Adds new inhand sprites for the holy water to fix its current
appearance, which is a beer bottle.

## Why It's Good For The Game

Chaplains are supposed to be _covertly_ alchoholic. Makes the holy flask
look as it's supposed to when held so the chaplain can drink their holy
spirits in peace.


![image](https://user-images.githubusercontent.com/13398309/214944917-92647a63-0410-4d5d-a608-143b09b28c23.png)


![image](https://user-images.githubusercontent.com/13398309/214944958-1eaf0df4-f151-4ba6-b859-d93fe352c5ea.png)


![image](https://user-images.githubusercontent.com/13398309/214945001-0ed2544e-9b02-4710-879e-da032ab0fdd8.png)


## Changelog

🆑
imageadd: new inhand sprites for the holy flask
fix: chaplains will no longer look like they are carrying a beer bottle
when holding their holy flask
/🆑

Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-01-28 20:15:37 +00:00
committed by GitHub
co-authored by Bloop
parent 6a41f8dd00
commit bf31be8946
4 changed files with 2 additions and 0 deletions
@@ -110,6 +110,7 @@
desc = "A small bottle. Contains the liquid essence of the gods."
icon = 'icons/obj/drinks/bottles.dmi'
icon_state = "holyflask"
inhand_icon_state = "holyflask"
list_reagents = list(/datum/reagent/medicine/adminordrazine = 30)
/obj/item/reagent_containers/cup/bottle/capsaicin
@@ -304,6 +304,7 @@
desc = "A flask of the chaplain's holy water."
icon = 'icons/obj/drinks/bottles.dmi'
icon_state = "holyflask"
inhand_icon_state = "holyflask"
list_reagents = list(/datum/reagent/water/holywater = 100)
drink_type = NONE