Skip to content

Commit

Permalink
prisoner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 17, 2024
1 parent 8f119e1 commit f4f3528
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,5 @@
/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)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/prison_boiler(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET)

0 comments on commit f4f3528

Please sign in to comment.