mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Ash Walkers now Ash Doctors (#25207)
* Ash Walkers now Ash Doctors * Update other.dm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user