mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user