Holy water no longer turns into unholy water when cultbladed (#20690)

This commit is contained in:
GDN
2023-03-26 13:33:02 -05:00
committed by GitHub
parent c8418fa1b2
commit e48f197865
-2
View File
@@ -41,9 +41,7 @@
else // Targeting someone else
to_chat(user, "<span class='cult'>You remove the taint from [M].</span>")
to_chat(M, "<span class='cult'>[user] removes the taint from your body.</span>")
var/amount = M.reagents.get_reagent_amount("holywater")
M.reagents.del_reagent("holywater")
M.reagents.add_reagent("unholywater", amount)
add_attack_logs(user, M, "Hit with [src], removing the holy water from them")
return FALSE
else