Removes old proc

This commit is contained in:
KorPhaeron
2015-12-16 16:21:32 -06:00
parent 3b53d8dc45
commit beef2e88a4
2 changed files with 2 additions and 25 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
/datum/surgery_step/handle_cavity/success(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
if(tool)
if(IC || tool.w_class > 3 || NODROP in tool.flags || tool.GetTypeInAllContents(/obj/item/weapon/disk/nuclear) || istype(tool, /obj/item/organ))
if(IC || tool.w_class > 3 || NODROP in tool.flags || istype(tool, /obj/item/organ))
user << "<span class='warning'>You can't seem to fit [tool] in [target]'s [target_zone]!</span>"
return 0
else