Merge pull request #6500 from KasparoVy/you_tracking_implanted_the_floor

Loadout Implants Properly go in Mob, not on Floor
This commit is contained in:
Anewbe
2019-10-29 20:33:45 -04:00
committed by VirgoBot
parent 45d9730737
commit d7c0195212
7 changed files with 9 additions and 26 deletions

View File

@@ -105,10 +105,3 @@ Implant Specifics:<BR>"}
my_brain.take_damage(15)
my_brain = null
return
/obj/item/weapon/implant/neural/roundstart/Initialize()
invisibility = 100
..()
spawn(3)
if(!ishuman(loc) && !QDELETED(src))
qdel(src)