Borer surgery fix.

This commit is contained in:
Zuhayr
2013-08-12 13:44:51 -07:00
parent 5f0515fb50
commit b23c685221
+4 -1
View File
@@ -184,7 +184,10 @@
//Handle possessive brain borers.
if(istype(obj,/mob/living/simple_animal/borer))
target.release_control()
var/mob/living/simple_animal/borer/worm = obj
if(worm.controlling)
target.release_control()
worm.detatch()
obj.loc = get_turf(target)
if(istype(obj,/obj/item/weapon/implant))