mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user