Circuit Board Repathing and Swarmer Fixes

This commit is contained in:
Fox-McCloud
2015-11-06 21:21:36 -05:00
parent 59cc99b0f5
commit 16a208f545
31 changed files with 95 additions and 89 deletions
-2
View File
@@ -4,7 +4,6 @@
name = "AI Upload"
desc = "Used to upload laws to the AI."
icon_state = "frame-rnd"
circuit = "/obj/item/part/board/circuit/aiupload"
var/mob/living/silicon/ai/current = null
var/opened = 0
@@ -56,7 +55,6 @@
name = "Cyborg Upload"
desc = "Used to upload laws to Cyborgs."
icon_state = "frame-rnd"
circuit = "/obj/item/part/board/circuit/borgupload"
var/mob/living/silicon/robot/current = null