Skip to content

Commit

Permalink
Fixes Scorian Surgery Tools (#6948)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesWedge authored Dec 29, 2024
1 parent d061dea commit ed77abf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/encased.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/face.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
)
Expand Down
2 changes: 2 additions & 0 deletions code/modules/surgery/generic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/organs_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down
2 changes: 2 additions & 0 deletions code/modules/surgery/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down Expand Up @@ -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
)
Expand Down
3 changes: 3 additions & 0 deletions code/modules/surgery/slimes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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, \
Expand Down Expand Up @@ -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
)
Expand Down

0 comments on commit ed77abf

Please sign in to comment.