mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Merge pull request #627 from tigercat2000/ChaplainNERRFSS
Allow Chaplain to bless beakers by inserting them into his bible
This commit is contained in:
@@ -116,3 +116,9 @@
|
||||
/obj/item/weapon/storage/bible/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
|
||||
playsound(src.loc, "rustle", 50, 1, -5)
|
||||
..()
|
||||
|
||||
if(W.reagents && W.reagents.has_reagent("water"))
|
||||
user << "<span class='notice'>You feel [deity_name] blessing \the [W] as you insert it into \the [src].</span>"
|
||||
var/water2holy = W.reagents.get_reagent_amount("water")
|
||||
W.reagents.del_reagent("water")
|
||||
W.reagents.add_reagent("holywater",water2holy)
|
||||
|
||||
Reference in New Issue
Block a user