From 44dc0e506bb60b8426630d398a1b397c0fedae86 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Sun, 2 Aug 2015 07:05:26 +0100 Subject: [PATCH] New player bug thing --- code/modules/aurora/duty_officer/duty officer.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/aurora/duty_officer/duty officer.dm b/code/modules/aurora/duty_officer/duty officer.dm index 08a1ece0..089d6a56 100644 --- a/code/modules/aurora/duty_officer/duty officer.dm +++ b/code/modules/aurora/duty_officer/duty officer.dm @@ -16,6 +16,10 @@ src << "\red The game hasn't started yet!" return + if(istype(mob, /mob/new_player)) + src << "\red You can't be in the lobby to join as a duty officer" + return + if(mob.mind && mob.mind.special_role == "Duty Officer") src << "\red You are already a Duty Officer" verbs += /client/proc/returntobody