Mechanical surgery - unscrew shell now correctly checks if the random item you use is sharp or not (#59167)

This commit is contained in:
FlamingLily
2021-05-20 03:10:53 -07:00
committed by GitHub
parent 6e2fb83ec3
commit 1c8e2fbb12
+1 -1
View File
@@ -13,7 +13,7 @@
"<span class='notice'>[user] begins to unscrew the shell of [target]'s [parse_zone(target_zone)].</span>",
"<span class='notice'>[user] begins to unscrew the shell of [target]'s [parse_zone(target_zone)].</span>")
/datum/surgery_step/mechanic_incise/tool_check(mob/user, obj/item/tool)
/datum/surgery_step/mechanic_open/tool_check(mob/user, obj/item/tool)
if(implement_type == /obj/item && !tool.get_sharpness())
return FALSE