[MIRROR] Makes new surgeries check for tool qualities (#5690)
* Makes new surgeries check for tool qualities (#35847) * Makes new surgeries check for tool qualities * Gives augments and autosurgeon some tool_act love * okay * Fix duplicate definition * Makes new surgeries check for tool qualities
This commit is contained in:
committed by
Poojawa
parent
b2ea3ea668
commit
26702fda91
@@ -20,7 +20,7 @@
|
||||
|
||||
/datum/surgery_step/reconstruct
|
||||
name = "repair body"
|
||||
implements = list(/obj/item/hemostat = 100, /obj/item/screwdriver = 35, /obj/item/pen = 15)
|
||||
implements = list(/obj/item/hemostat = 100, TOOL_SCREWDRIVER = 35, /obj/item/pen = 15)
|
||||
repeatable = TRUE
|
||||
time = 25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user