[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
@@ -25,7 +25,7 @@
|
||||
|
||||
/datum/surgery_step/brainwash
|
||||
name = "brainwash"
|
||||
implements = list(/obj/item/hemostat = 85, /obj/item/wirecutters = 50, /obj/item/stack/packageWrap = 35, /obj/item/stack/cable_coil = 15)
|
||||
implements = list(/obj/item/hemostat = 85, TOOL_WIRECUTTER = 50, /obj/item/stack/packageWrap = 35, /obj/item/stack/cable_coil = 15)
|
||||
time = 200
|
||||
var/objective
|
||||
|
||||
|
||||
Reference in New Issue
Block a user