mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Update organic_steps.dm
This commit is contained in:
@@ -102,8 +102,8 @@
|
||||
//saw bone
|
||||
/datum/surgery_step/saw
|
||||
name = "saw bone"
|
||||
implements = list(TOOL_SAW = 100,/obj/item/melee/arm_blade = 85,
|
||||
/obj/item/twohanded/fireaxe = 70, /obj/item/hatchet = 55, /obj/item/kitchen/knife/butcher = 35, /obj/item = 20)
|
||||
implements = list(TOOL_SAW = 100,/obj/item/melee/arm_blade = 75,
|
||||
/obj/item/twohanded/fireaxe = 50, /obj/item/hatchet = 35, /obj/item/kitchen/knife/butcher = 25, /obj/item = 20) //20% success (sort of) with any sharp item with a force>=10
|
||||
time = 54
|
||||
|
||||
/datum/surgery_step/saw/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
|
||||
Reference in New Issue
Block a user