Fixed dispenser and new circuit list components not being available (#61960)

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-10-09 12:31:15 +01:00
committed by GitHub
parent ebef66e319
commit 0cc06cf6ec
4 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/obj/structure/dispenser_bot
name = "dispenser"
icon = 'icons/obj/wiremod.dmi'
icon_state = "setup_large"
icon_state = "setup_drone_arms"
density = FALSE
light_system = MOVABLE_LIGHT
@@ -53,6 +53,11 @@
shell_to_spawn = /obj/machinery/door/airlock/shell
screw_delay = 10 SECONDS
/obj/item/shell/dispenser
name = "circuit dispenser assembly"
icon_state = "setup_drone_arms-open"
shell_to_spawn = /obj/structure/dispenser_bot
/obj/item/shell/bci
name = "brain-computer interface assembly"
icon_state = "bci-open"