Skip to content

Commit

Permalink
incision manager for cmo
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 21, 2024
1 parent b41e807 commit 0e22b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/jobs/job/shipside.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ Make sure that the doctors and nurses are doing their jobs and keeping the marin
/datum/outfit/job/medical/professor/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
. = ..()
H.equip_to_slot_or_hand(new /obj/item/tweezers, SLOT_IN_R_POUCH)
H.equip_to_slot_or_hand(new /obj/item/tool/surgery/scalpel/manager, SLOT_IN_R_POUCH)
H.equip_to_slot_or_hand(new /obj/item/reagent_containers/glass/bottle/lemoline/doctor, SLOT_S_STORE)

//Medical Officer
Expand Down

0 comments on commit 0e22b26

Please sign in to comment.