mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Converted over hatchets and scythes.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
/datum/surgery_step/open_encased/saw
|
||||
allowed_tools = list(
|
||||
/obj/item/weapon/circular_saw = 100, \
|
||||
/obj/item/weapon/hatchet = 75
|
||||
/obj/item/weapon/material/hatchet = 75
|
||||
)
|
||||
|
||||
min_duration = 50
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
/datum/surgery_step/generic/amputate
|
||||
allowed_tools = list(
|
||||
/obj/item/weapon/circular_saw = 100, \
|
||||
/obj/item/weapon/hatchet = 75
|
||||
/obj/item/weapon/material/hatchet = 75
|
||||
)
|
||||
|
||||
min_duration = 110
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
/datum/surgery_step/slime/saw_core
|
||||
allowed_tools = list(
|
||||
/obj/item/weapon/circular_saw = 100, \
|
||||
/obj/item/weapon/hatchet = 75
|
||||
/obj/item/weapon/material/hatchet = 75
|
||||
)
|
||||
|
||||
min_duration = 50
|
||||
|
||||
Reference in New Issue
Block a user