one commit wonder

This commit is contained in:
lolman360
2019-10-08 19:46:28 +11:00
parent 7dada70447
commit 04521551f0
33 changed files with 147 additions and 123 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
//extract brain
/datum/surgery_step/extract_core
name = "extract core"
implements = list(/obj/item/hemostat = 100, TOOL_CROWBAR = 100)
implements = list(TOOL_HEMOSTAT = 100, TOOL_CROWBAR = 100)
time = 16
/datum/surgery_step/extract_core/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)