mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Slightly cleans up the occupation screen, adds uniform to locker
This commit is contained in:
@@ -606,6 +606,7 @@
|
|||||||
new /obj/item/clothing/under/sl_suit(src)
|
new /obj/item/clothing/under/sl_suit(src)
|
||||||
new /obj/item/clothing/under/suit_jacket(src)
|
new /obj/item/clothing/under/suit_jacket(src)
|
||||||
new /obj/item/clothing/under/suit_jacket/female(src)
|
new /obj/item/clothing/under/suit_jacket/female(src)
|
||||||
|
new /obj/item/clothing/under/suit_jacket/female/skirt(src)
|
||||||
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
new /obj/item/clothing/under/suit_jacket/really_black(src)
|
||||||
new /obj/item/clothing/under/suit_jacket/red(src)
|
new /obj/item/clothing/under/suit_jacket/red(src)
|
||||||
new /obj/item/clothing/under/scratch(src)
|
new /obj/item/clothing/under/scratch(src)
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
if(alt_title && !(alt_title in job.alt_titles))
|
if(alt_title && !(alt_title in job.alt_titles))
|
||||||
pref.player_alt_titles -= job.title
|
pref.player_alt_titles -= job.title
|
||||||
|
|
||||||
/datum/category_item/player_setup_item/occupation/content(mob/user, limit = 16, list/splitJobs = list("Chief Medical Officer"))
|
/datum/category_item/player_setup_item/occupation/content(mob/user, limit = 17, list/splitJobs = list("Chief Medical Officer"))
|
||||||
if(!job_master)
|
if(!job_master)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user