diff --git a/code/modules/mob/living/status_procs.dm b/code/modules/mob/living/status_procs.dm index 187f24bea88..357b7ccb8ca 100644 --- a/code/modules/mob/living/status_procs.dm +++ b/code/modules/mob/living/status_procs.dm @@ -165,7 +165,7 @@ return I ///////////////////////////////// PARALYZED ////////////////////////////////// -/mob/living/proc/IsParalyzed() //If we're immobilized +/mob/living/proc/IsParalyzed() //If we're paralyzed return has_status_effect(STATUS_EFFECT_PARALYZED) /mob/living/proc/AmountParalyzed() //How many deciseconds remain in our Paralyzed status effect