mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
co-authored by
Watermelon914
Mothblocks
parent
b2285bf29b
commit
7e9e2df721
@@ -26,11 +26,7 @@
|
||||
|
||||
/obj/item/circuit_component/direction/get_ui_notices()
|
||||
. = ..()
|
||||
. += list(list(
|
||||
"icon" = "info",
|
||||
"content" = "Maximum Range: [max_range] tiles",
|
||||
"color" = "orange",
|
||||
))
|
||||
. += create_ui_notice("Maximum Range: [max_range] tiles", "orange", "info")
|
||||
|
||||
/obj/item/circuit_component/direction/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -27,11 +27,7 @@
|
||||
|
||||
/obj/item/circuit_component/health/get_ui_notices()
|
||||
. = ..()
|
||||
. += list(list(
|
||||
"icon" = "info",
|
||||
"content" = "Maximum Range: [max_range] tiles",
|
||||
"color" = "orange",
|
||||
))
|
||||
. += create_ui_notice("Maximum Range: [max_range] tiles", "orange", "info")
|
||||
|
||||
/obj/item/circuit_component/health/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user