mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes silver IDs
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3458 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -256,6 +256,8 @@ var/global/datum/controller/occupations/job_master
|
||||
return
|
||||
if("Captain")
|
||||
C = new /obj/item/weapon/card/id/gold(H)
|
||||
if("Head of Personnel" , "Head of Security" , "Chief Engineer" , "Research Director" , "Chief Medical Officer") // You get an ugly ID
|
||||
C = new /obj/item/weapon/card/id/silver(H)
|
||||
else
|
||||
C = new /obj/item/weapon/card/id(H)
|
||||
if(C)
|
||||
|
||||
Reference in New Issue
Block a user