Skip to content

Commit

Permalink
boilersuit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 17, 2024
1 parent 0d730b7 commit fcb8957
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,19 @@
new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/np92, WEAR_IN_L_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate, WEAR_R_STORE)

/datum/equipment_preset/upp/prisoner
name = "UPP Prisoner"
flags = EQUIPMENT_PRESET_EXTRA
assignment = "Inmate"
paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0)
skills = /datum/skills/civilian
access = null
idtype = /obj/item/card/id/lanyard

/datum/equipment_preset/upp/operations/load_gear(mob/living/carbon/human/new_human)

new_human.undershirt = "undershirt"
new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress, WEAR_L_EAR)
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
Binary file modified icons/mob/humans/onmob/uniform_0.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit fcb8957

Please sign in to comment.