Failing to find a valid surgery step now doesn't prevent attack() from running.

It is now possible to inject / bandage / healthanalyze patients on help intent.
This commit is contained in:
Chinsky
2016-01-07 21:57:26 +03:00
parent 8b765cf96a
commit 53e1fb016e
-1
View File
@@ -110,7 +110,6 @@ proc/do_surgery(mob/living/carbon/M, mob/living/user, obj/item/tool)
if (user.a_intent == I_HELP)
user << "<span class='warning'>You can't see any useful way to use [tool] on [M].</span>"
return 1
return 0
proc/sort_surgeries()