Update other_reagents.dm

This commit is contained in:
Trilbyspaceclone
2019-07-09 23:08:11 -04:00
committed by GitHub
parent b03c197d0e
commit e1ed96f419
@@ -195,7 +195,6 @@
glass_icon_state = "glass_clear"
glass_name = "glass of holy water"
glass_desc = "A glass of holy water."
healtoxinlover = TRUE
/datum/reagent/water/holywater/on_mob_metabolize(mob/living/L)
..()
@@ -262,11 +261,12 @@
qdel(R)
T.Bless()
/datum/reagent/fuel/unholywater //if you somehow managed to extract this from someone, dont splash it on yourself and have a smoke
/datum/reagent/fuel/unholywater //if you somehow managed to extract this from someone, dont splash it on yourself and have a smoke
name = "Unholy Water"
id = "unholywater"
description = "Something that shouldn't exist on this plane of existence."
taste_description = "suffering"
var/healtoxinlover = TRUE
/datum/reagent/fuel/unholywater/reaction_mob(mob/living/M, method=TOUCH, reac_volume)
if(method == TOUCH || method == VAPOR)