Merge pull request #9669 from Ghommie/Ghommie-cit297

modkit uninstall() calling forceMove() calling loc.Exited() calling modkit uninstall()
This commit is contained in:
kevinz000
2019-11-03 06:17:21 -07:00
committed by GitHub

View File

@@ -331,9 +331,9 @@
uninstall(KA)
/obj/item/borg/upgrade/modkit/proc/uninstall(obj/item/gun/energy/kinetic_accelerator/KA, forcemove = TRUE)
KA.modkits -= src
if(forcemove)
forceMove(get_turf(KA))
KA.modkits -= src
/obj/item/borg/upgrade/modkit/proc/modify_projectile(obj/item/projectile/kinetic/K)