Fixes Scorian Surgery Tools (#6948)

This commit is contained in:
CharlesWedge
2024-12-29 19:19:29 +01:00
committed by GitHub
parent d061dead42
commit ed77abfa4e
6 changed files with 10 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@
/datum/surgery_step/open_encased/saw
allowed_tools = list(
/obj/item/surgical/circular_saw = 100, \
/obj/item/surgical/saw_bronze = 75, \
/obj/item/material/knife/machete/hatchet = 75, \
/obj/item/surgical/saw_primitive = 60
)
+1
View File
@@ -24,6 +24,7 @@
allowed_tools = list(
/obj/item/surgical/scalpel = 100, \
/obj/item/surgical/scalpel_primitive = 80, \
/obj/item/surgical/scalpel_bronze = 90, \
/obj/item/material/knife = 75, \
/obj/item/material/shard = 50, \
)
+2
View File
@@ -29,6 +29,7 @@
/datum/surgery_step/generic/cut_open
allowed_tools = list(
/obj/item/surgical/scalpel = 100,
/obj/item/surgical/scalpel_bronze = 90,
/obj/item/surgical/scalpel_primitive = 80,
/obj/item/material/knife = 75,
/obj/item/material/shard = 50,
@@ -310,6 +311,7 @@
allowed_tools = list(
/obj/item/surgical/circular_saw = 100,
/obj/item/material/knife/machete/hatchet = 75,
/obj/item/surgical/saw_bronze = 75,
/obj/item/surgical/saw_primitive = 60,
)
req_open = 0
+1
View File
@@ -148,6 +148,7 @@
allowed_tools = list(
/obj/item/surgical/scalpel = 100, \
/obj/item/surgical/scalpel_bronze = 90, \
/obj/item/surgical/scalpel_primitive = 80, \
/obj/item/material/knife = 75, \
/obj/item/material/shard = 50, \
+2
View File
@@ -73,6 +73,7 @@
priority = 2
allowed_tools = list(
/obj/item/surgical/scalpel = 100, \
/obj/item/surgical/scalpel_bronze = 90, \
/obj/item/surgical/scalpel_primitive = 80, \
/obj/item/material/knife = 75, \
/obj/item/material/shard = 50, \
@@ -196,6 +197,7 @@
allowed_tools = list(
/obj/item/weldingtool = 80,
/obj/item/surgical/circular_saw = 60,
/obj/item/surgical/saw_bronze = 30,
/obj/item/surgical/saw_primitive = 25,
/obj/item/pickaxe/plasmacutter = 100
)
+3
View File
@@ -14,6 +14,7 @@
/datum/surgery_step/slime/cut_flesh
allowed_tools = list(
/obj/item/surgical/scalpel = 100,
/obj/item/surgical/scalpel_bronze = 90,
/obj/item/surgical/scalpel_primitive = 80,
/obj/item/material/knife = 75,
/obj/item/material/shard = 50,
@@ -43,6 +44,7 @@
/datum/surgery_step/slime/cut_innards
allowed_tools = list(
/obj/item/surgical/scalpel = 100, \
/obj/item/surgical/scalpel_bronze = 90, \
/obj/item/surgical/scalpel_primitive = 80, \
/obj/item/material/knife = 75, \
/obj/item/material/shard = 50, \
@@ -72,6 +74,7 @@
/datum/surgery_step/slime/saw_core
allowed_tools = list(
/obj/item/surgical/circular_saw = 100, \
/obj/item/surgical/saw_bronze = 90, \
/obj/item/surgical/saw_primitive = 80, \
/obj/item/material/knife/machete/hatchet = 75
)