mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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.    ## 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user