mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Reverting the ID changes, no more gold IDs for everyone.
I'll try and get the silver IDs in properly, but I don't have time to work it out atm. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3457 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -254,9 +254,7 @@ var/global/datum/controller/occupations/job_master
|
||||
switch(rank)
|
||||
if("Cyborg")
|
||||
return
|
||||
if( "Head of Personnel" || "Head of Security" || "Chief Engineer" || "Research Director" || "Chief Medical Officer")
|
||||
C = new /obj/item/weapon/card/id/silver(H)
|
||||
else if("Captain")
|
||||
if("Captain")
|
||||
C = new /obj/item/weapon/card/id/gold(H)
|
||||
else
|
||||
C = new /obj/item/weapon/card/id(H)
|
||||
|
||||
Reference in New Issue
Block a user