Converted over hatchets and scythes.

This commit is contained in:
Zuhayr
2015-05-17 00:15:46 +09:30
parent b8ca15f541
commit a101855343
25 changed files with 101 additions and 105 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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