From 2fa40f588e12dd5531fceda63e2f48582d8680dd Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Tue, 25 Aug 2020 15:26:03 +0100 Subject: [PATCH] let them stand --- code/modules/jobs/job_types/_job.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/jobs/job_types/_job.dm b/code/modules/jobs/job_types/_job.dm index d43a7acdd5..0ffe77fce5 100644 --- a/code/modules/jobs/job_types/_job.dm +++ b/code/modules/jobs/job_types/_job.dm @@ -82,6 +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 /datum/job/proc/announce(mob/living/carbon/human/H) if(head_announce)