Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 10, 2024
1 parent 438c2c5 commit fee7f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/gear_presets/fax_responders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/datum/equipment_preset/fax_responder/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
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/tool/pen/fountain(new_human), WEAR_R_EAR)
new_human.equip_to_slot_or_del(new headset_type(new_human), WEAR_L_EAR)


Expand Down

0 comments on commit fee7f90

Please sign in to comment.