Fix borer surgery

This commit is contained in:
Markolie
2015-10-02 05:54:33 +02:00
parent 94bab2b4a4
commit 0ffc27eded
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -155,7 +155,7 @@
..()
end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
var/obj/item/organ/external/chest/affected = target.get_organ(target_zone)
var/obj/item/organ/external/affected = target.get_organ(target_zone)
var/find_prob = 0
@@ -185,6 +185,7 @@
if(worm.controlling)
target.release_control()
worm.detatch()
worm.leave_host()
obj.loc = get_turf(target)
if(istype(obj,/obj/item/weapon/implant))