Merge pull request #6553 from Citadel-Station-13/upstream-merge-37165

[MIRROR] NTNet improvements!
This commit is contained in:
deathride58
2018-05-02 01:17:10 +00:00
committed by GitHub
10 changed files with 221 additions and 41 deletions
@@ -61,6 +61,10 @@
set_id(suffix || id || "#[mulebot_count]")
suffix = null
/mob/living/simple_animal/bot/mulebot/ComponentInitialize()
. = ..()
AddComponent(/datum/component/ntnet_interface)
/mob/living/simple_animal/bot/mulebot/Destroy()
unload(0)
qdel(wires)