[MIRROR] Mobility refactor and code cleanup - lacking appendages edition (#509)

* mobility refactor (#52929)

* Mobility refactor and code cleanup - lacking appendages edition

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-08-25 01:34:46 +02:00
committed by GitHub
co-authored by Rohesie
parent 070c15e8fd
commit f733bc21a8
87 changed files with 522 additions and 341 deletions
+5 -3
View File
@@ -16,9 +16,11 @@
return ..()
//While players are only allowed to build in the base area, but consoles starting outside the base can move into the base area to begin work.
/mob/camera/ai_eye/remote/base_construction/relaymove(mob/user, direct)
dir = direct //This camera eye is visible as a drone, and needs to keep the dir updated
..()
/mob/camera/ai_eye/remote/base_construction/relaymove(mob/living/user, direction)
dir = direction //This camera eye is visible as a drone, and needs to keep the dir updated
return ..()
/obj/item/construction/rcd/internal //Base console's internal RCD. Roundstart consoles are filled, rebuilt cosoles start empty.
name = "internal RCD"