Ash Walkers now Ash Doctors (#25207)

* Ash Walkers now Ash Doctors

* Update other.dm
This commit is contained in:
Сиротка
2024-04-30 03:14:26 +03:00
committed by GitHub
parent 6848ee8502
commit 48db11cd84
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
name = "saw bone"
allowed_tools = list(
TOOL_SAW = 100,
/obj/item/hatchet = 90
/obj/item/hatchet = 90,
/obj/item/wirecutters = 35 // silly goose
)
time = 5.4 SECONDS
+1
View File
@@ -61,6 +61,7 @@
TOOL_HEMOSTAT = 100,
/obj/item/scalpel/laser = 100,
/obj/item/stack/cable_coil = 90,
/obj/item/stack/sheet/sinew = 90,
/obj/item/assembly/mousetrap = 25
)
+2
View File
@@ -292,6 +292,8 @@
name = "extract organ"
allowed_tools = list(
TOOL_HEMOSTAT = 100,
/obj/item/stack/sheet/sinew = 70,
/obj/item/stack/cable_coil = 70,
/obj/item/kitchen/utensil/fork = 70
)
+2 -1
View File
@@ -75,7 +75,8 @@
name = "mend internal bleeding"
allowed_tools = list(
TOOL_FIXOVEIN = 100,
/obj/item/stack/cable_coil = 90
/obj/item/stack/cable_coil = 90,
/obj/item/stack/sheet/sinew = 90
)
can_infect = TRUE
blood_level = SURGERY_BLOODSPREAD_HANDS