From cb2a2c275e0b662c59f61d926a1a4b6aafdc8377 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 17 Jul 2023 03:23:02 -0700 Subject: [PATCH] give CLF medics a scalpel --- code/modules/gear_presets/clf.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/gear_presets/clf.dm b/code/modules/gear_presets/clf.dm index 311605a407c7..fd3281ffe4b4 100644 --- a/code/modules/gear_presets/clf.dm +++ b/code/modules/gear_presets/clf.dm @@ -307,6 +307,7 @@ new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/surgical_line, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/scalpel(new_human), 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) else