[MIRROR] Minor refactors (#515)

* Minor refactors

* Update client_procs.dm

* Delete client_procs.dm.rej
This commit is contained in:
CitadelStationBot
2017-04-26 11:13:41 -05:00
committed by Poojawa
parent 87ce25df9b
commit e7df2bc14a
8 changed files with 44 additions and 48 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/mob/living/silicon/Login()
if(mind && SSticker && SSticker.mode)
if(mind && SSticker.mode)
SSticker.mode.remove_cultist(mind, 0, 0)
SSticker.mode.remove_revolutionary(mind, 0)
SSticker.mode.remove_gangster(mind, remove_bosses=1)