Can attach limbs now. No preparations needed yet.

This commit is contained in:
Chinsky
2012-11-07 20:01:55 +04:00
parent 400263389a
commit 47db4eded3
4 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
return
if (can_operate(M)) //Checks if mob is lying down on table for surgery
if(istype(M,/mob/living/carbon))
if (user.a_intent == "help" || (user.a_intent != "harm" && is_surgery_tool(src)))
if (user.a_intent != "harm")
if(surgery_steps == null) build_surgery_steps_list()
for(var/datum/surgery_step/S in surgery_steps)
//check if tool is right or close enough