Skip to content

Commit

Permalink
Update upp.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 24, 2024
1 parent 8d15629 commit d4c8d58
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 @@ -67,7 +67,7 @@
/datum/equipment_preset/upp/militia/load_gear(mob/living/carbon/human/new_human)

if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf/tan, WEAR_FACE)
new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/uppcap/ushanka, WEAR_HEAD)
new_human.undershirt = "Territorial Guard Telnyashka"
//back
Expand Down

0 comments on commit d4c8d58

Please sign in to comment.