New player bug thing

This commit is contained in:
SoundScopes
2015-08-02 07:05:26 +01:00
parent 5b158bc7f8
commit 44dc0e506b
@@ -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