Skip to content

Commit

Permalink
Oops forgot to remove these
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan authored Nov 27, 2023
1 parent 2d4cb67 commit 93b1e1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/gear_presets/uscm_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/green(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET)
new_human.equip_to_slot_or_del(new /obj/item/storage/surgical_tray(new_human), WEAR_R_HAND)
new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/full, WEAR_WAIST)
new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv, WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK)

if(new_human.disabilities & NEARSIGHTED)
new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES)
Expand Down

0 comments on commit 93b1e1c

Please sign in to comment.