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:
Gandalf
2021-06-20 02:23:29 +01:00
committed by GitHub
parent 099ff72339
commit d0bfc4de04
34 changed files with 8126 additions and 7824 deletions
+5
View File
@@ -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")