mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 00:46:35 +01:00
Fixes Scorian Surgery Tools (#6948)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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, \
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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, \
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user