From 5a33c049a7b7b11b36a22ce5df16f91d567e3f7a Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Tue, 25 Aug 2020 16:59:26 +0100 Subject: [PATCH] wops --- code/modules/jobs/job_types/_job.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/_job.dm b/code/modules/jobs/job_types/_job.dm index 0ffe77fce5..0feceaf1a8 100644 --- a/code/modules/jobs/job_types/_job.dm +++ b/code/modules/jobs/job_types/_job.dm @@ -82,7 +82,7 @@ ADD_TRAIT(H.mind, t, JOB_TRAIT) if(/datum/quirk/paraplegic in blacklisted_quirks) H.regenerate_limbs() //if you can't be a paraplegic, attempt to regenerate limbs to stop amputated limb selection - set_resting(FALSE, TRUE) //they probably shouldn't be on the floor because they had no legs then suddenly had legs + H.set_resting(FALSE, TRUE) //they probably shouldn't be on the floor because they had no legs then suddenly had legs /datum/job/proc/announce(mob/living/carbon/human/H) if(head_announce)