Fixed harmbatoning,glove snipping

This commit is contained in:
alex-gh
2013-11-27 21:43:34 +01:00
parent 064782ffaa
commit d0a037bbaa
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ proc/spread_germs_to_organ(datum/organ/external/E, mob/living/carbon/human/user)
proc/do_surgery(mob/living/M, mob/living/user, obj/item/tool)
if(!istype(M,/mob/living/carbon))
return 0
if (user.a_intent == "harm") //check for Hippocratic Oath
if (user.a_intent == "hurt") //check for Hippocratic Oath
return 0
for(var/datum/surgery_step/S in surgery_steps)
//check if tool is right or close enough and if this step is possible