From dcaf8d4e49393e5db2744efb310453404ad4be2b Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Tue, 21 Jan 2014 16:04:28 -0800 Subject: [PATCH] Add check_mutations to detective and bartender, just in case --- code/game/jobs/job/civilian.dm | 1 + code/game/jobs/job/security.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index 84cdd001f10..c3e57a0cac1 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -39,6 +39,7 @@ H.dna.SetSEState(SOBERBLOCK,1) H.mutations += M_SOBER + H.check_mutations = 1 return 1 diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index d95c70c424f..5f6b3ee5ac5 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -137,6 +137,7 @@ H.dna.SetSEState(SOBERBLOCK,1) H.mutations += M_SOBER + H.check_mutations = 1 return 1