stasis proc

This commit is contained in:
shellspeed1
2019-09-27 15:59:47 -07:00
parent 8eb569528c
commit 135d96de44
+8
View File
@@ -138,6 +138,14 @@
priority_absorb_key["stuns_absorbed"] += amount
return TRUE
/////////////////////////////////// STASIS ///////////////////////////////////
/mob/living/proc/IsInStasis()
. = has_status_effect(STATUS_EFFECT_STASIS)
/mob/living/proc/SetStasis(apply, updating = TRUE)
. = apply ? apply_status_effect(STATUS_EFFECT_STASIS, null, updating) : remove_status_effect(STATUS_EFFECT_STASIS)
/////////////////////////////////// DISABILITIES ////////////////////////////////////
/mob/living/proc/add_quirk(quirk, spawn_effects) //separate proc due to the way these ones are handled