Removes A Few Alternate Tool Options For 2 Surgical Operations (#6312)

* Update external_repair.dm

* Update neck.dm
This commit is contained in:
Wickedtemp
2019-08-04 03:16:44 -05:00
committed by Mechoid
parent 795be91c67
commit 4e317c5c23
2 changed files with 0 additions and 6 deletions

View File

@@ -34,7 +34,6 @@
/datum/surgery_step/repairflesh/scan_injury
allowed_tools = list(
/obj/item/weapon/autopsy_scanner = 100,
/obj/item/device/healthanalyzer = 80,
/obj/item/device/analyzer = 10
)
@@ -85,8 +84,6 @@
/datum/surgery_step/repairflesh/repair_burns
allowed_tools = list(
/obj/item/stack/medical/advanced/ointment = 100,
/obj/item/weapon/surgical/FixOVein = 100,
/obj/item/weapon/surgical/hemostat = 60,
/obj/item/stack/medical/ointment = 50,
/obj/item/weapon/tape_roll = 30,
/obj/item/taperoll = 10
@@ -153,8 +150,6 @@
/datum/surgery_step/repairflesh/repair_brute
allowed_tools = list(
/obj/item/stack/medical/advanced/bruise_pack = 100,
/obj/item/weapon/surgical/cautery = 100,
/obj/item/weapon/surgical/bonesetter = 60,
/obj/item/stack/medical/bruise_pack = 50,
/obj/item/weapon/tape_roll = 40,
/obj/item/taperoll = 10

View File

@@ -24,7 +24,6 @@
priority = 1
allowed_tools = list(
/obj/item/weapon/surgical/FixOVein = 100,
/obj/item/stack/nanopaste = 50,
/obj/item/stack/cable_coil = 40,
/obj/item/device/assembly/mousetrap = 5)