Skip to content

Commit

Permalink
actually fixed prisoner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 17, 2024
1 parent f4f3528 commit 00e3ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
access = null
idtype = /obj/item/card/id/lanyard

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

new_human.undershirt = "undershirt"
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/prison_boiler(new_human), WEAR_BODY)
Expand Down

0 comments on commit 00e3ad7

Please sign in to comment.