mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
The Nanotrasen Representative (MY WAY) (#6368)
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Ads * dddd * a * a * a * Update uniform_digi.dmi * Update uniform_digi.dmi * Update uniform_digi.dmi * Some random new potted plants! * a * Update flora.dm * a * fixes * a * a * e
This commit is contained in:
@@ -209,6 +209,11 @@ SUBSYSTEM_DEF(job)
|
||||
if(job.title in GLOB.command_positions) //If you want a command position, select it!
|
||||
continue
|
||||
|
||||
//SKYRAT EDIT ADDITION
|
||||
if(job.title in GLOB.central_command_positions) //If you want a CC position, select it!
|
||||
continue
|
||||
//SKYRAT EDIT END
|
||||
|
||||
if(is_banned_from(player.ckey, job.title) || QDELETED(player))
|
||||
if(QDELETED(player))
|
||||
JobDebug("GRJ isbanned failed, Player deleted")
|
||||
|
||||
Reference in New Issue
Block a user