Merge pull request #6942 from PsiOmegaDelta/Hacking

Wiring Upgrade
This commit is contained in:
Chinsky
2014-11-07 03:49:38 +03:00
29 changed files with 606 additions and 971 deletions

View File

@@ -24,6 +24,7 @@
if(istype(M, /mob/living/silicon/robot))
var/mob/living/silicon/robot/Robot = M
if(Robot.mmi) del(Robot.mmi)
Robot.notify_ai(1)
else
for(var/obj/item/W in M)
if(istype(W, /obj/item/weapon/implant)) //TODO: Carn. give implants a dropped() or something