Skip to content

Commit 92eac25

Browse files
authored
Update robot_model.dm (#4997)
1 parent f6ebab3 commit 92eac25

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

code/modules/mob/living/silicon/robot/robot_model.dm

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -666,17 +666,18 @@
666666
basic_modules = list(
667667
/obj/item/assembly/flash/cyborg,
668668
/obj/item/healthanalyzer/cyborg, //MONKESTATION EDIT
669+
/obj/item/device/antibody_scanner, // monkestation addition:
669670
/obj/item/reagent_containers/borghypo/medical,
670671
/obj/item/borg/apparatus/beaker,
671672
/obj/item/reagent_containers/dropper,
672673
/obj/item/reagent_containers/syringe,
673674
/obj/item/surgical_drapes,
674-
/obj/item/retractor,
675-
/obj/item/hemostat,
676-
/obj/item/cautery,
677-
/obj/item/surgicaldrill,
678-
/obj/item/scalpel,
679-
/obj/item/circular_saw,
675+
/obj/item/retractor/augment, //monkestation edit start: Augmented tools
676+
/obj/item/hemostat/augment,
677+
/obj/item/cautery/augment,
678+
/obj/item/surgicaldrill/augment,
679+
/obj/item/scalpel/augment,
680+
/obj/item/circular_saw/augment, //monkestation edit end: Augmented tools
680681
/obj/item/bonesetter,
681682
/obj/item/blood_filter,
682683
/obj/item/extinguisher/mini,
@@ -886,11 +887,11 @@
886887
/obj/item/shockpaddles/syndicate/cyborg,
887888
/obj/item/healthanalyzer,
888889
/obj/item/surgical_drapes,
889-
/obj/item/retractor,
890-
/obj/item/hemostat,
891-
/obj/item/cautery,
892-
/obj/item/surgicaldrill,
893-
/obj/item/scalpel,
890+
/obj/item/retractor/augment, //monkestation edit start: Augmented tools
891+
/obj/item/hemostat/augment,
892+
/obj/item/cautery/augment,
893+
/obj/item/surgicaldrill/augment,
894+
/obj/item/scalpel/augment, //monkestation edit: Augmented tools
894895
/obj/item/melee/energy/sword/cyborg/saw,
895896
/obj/item/bonesetter,
896897
/obj/item/blood_filter,

0 commit comments

Comments
 (0)