Mulebots are now mobs

obj/machinery/bot removed completely
Mulebot hacking removed, you can still disable their safety.
Mulebot PAD interface redone.
This commit is contained in:
Kelenius
2016-02-02 17:51:50 +03:00
parent b9233680d2
commit cf244e07d6
24 changed files with 578 additions and 1490 deletions

View File

@@ -90,10 +90,6 @@
if(V)
V.ex_act(2)
return
var/obj/machinery/bot/B = locate() in T
if(B)
B.ex_act(2)
return
var/obj/mecha/M = locate() in T
if(M)
M.visible_message("<span class='danger'>The blob attacks \the [M]!</span>")