mobility refactor (#52929)

This commit is contained in:
Rohesie
2020-08-24 17:56:07 -03:00
committed by GitHub
parent 6eff1644f3
commit 988319b3e3
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"