Intern Position

Adds a new civilian job.
This commit is contained in:
skull132
2014-07-08 21:24:40 +03:00
parent bd59a891f5
commit c4b7fbcfde
5 changed files with 71 additions and 2 deletions
@@ -415,6 +415,13 @@ datum/preferences
clothes_s.Blend(new /icon('icons/mob/back.dmi', "satchel-norm"), ICON_OVERLAY)
if(4)
clothes_s.Blend(new /icon('icons/mob/back.dmi', "satchel"), ICON_OVERLAY)
if(INTERN)
clothes_s = new /icon('icons/mob/uniform.dmi', "white_s")
clothes_s.Blend(new /icon('icons/mob/feet.dmi', "white"), ICON_UNDERLAY)
if(backbag == 2)
clothes_s.Blend(new /icon('icons/mob/back.dmi', "backpack"), ICON_OVERLAY)
else if(backbag == 3 || backbag == 4)
clothes_s.Blend(new /icon('icons/mob/back.dmi', "satchel"), ICON_OVERLAY)
else if(job_medsci_high)
switch(job_medsci_high)