Adds USB to arrest consoles. Adds list circuit components. (#59850)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Watermelon914
2021-06-29 21:23:14 +01:00
committed by GitHub
parent b2285bf29b
commit 7e9e2df721
22 changed files with 560 additions and 51 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
COOLDOWN_DECLARE(west_delay)
/// Delay between each movement
var/move_delay = PORT_INPUT_RECEIVE_DELAY
var/move_delay = 0.2 SECONDS
/obj/item/circuit_component/bot_circuit/Initialize()
. = ..()