TG: 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.
Revision: r3457
Author: 	 petethegoat
This commit is contained in:
Ren Erthilo
2012-05-03 03:33:57 +01:00
parent 5c2523e4e0
commit 3c96a4357d
+1 -3
View File
@@ -288,9 +288,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)