From 68f0b64ac17c889f5b2dd1e99f2f37fd2ef96fc6 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 18 Jan 2021 07:45:06 +0100 Subject: [PATCH] [MIRROR] Replaces paralyzed typo (#2765) * Replaces paralyzed typo (#56208) * Replaces paralyzed typo Co-authored-by: c420-o <76887567+c420-o@users.noreply.github.com> --- code/modules/mob/living/status_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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