This commit is contained in:
kevinz000
2020-01-10 14:30:20 -08:00
parent 2c245a18fd
commit b6e14c6b86
12 changed files with 36 additions and 33 deletions
+2 -2
View File
@@ -377,9 +377,9 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for th
if("oxyloss")
target.adjustOxyLoss(amount)
if("stun")
target.AdjustStun(amount)
target._REFACTOR_AdjustStun(amount)
if("knockdown")
target.AdjustKnockdown(amount)
target._REFACTOR_AdjustKnockdown(amount)
if("unconscious")
target.AdjustUnconscious(amount)
else