mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Holy water no longer turns into unholy water when cultbladed (#20690)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user