mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 19:11:37 +00:00
Removes A Few Alternate Tool Options For 2 Surgical Operations (#6312)
* Update external_repair.dm * Update neck.dm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user