refactor tags

This commit is contained in:
kevinz000
2020-01-16 20:58:00 -07:00
parent 2ba226b912
commit 9ef4cbfa76
42 changed files with 114 additions and 114 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._REFACTORING_AdjustStun(amount)
target.AdjustStun(amount)
if("knockdown")
target._REFACTORING_AdjustKnockdown(amount)
target.AdjustKnockdown(amount)
if("unconscious")
target.AdjustUnconscious(amount)
else