Tank control console improvements(and migrates multitool to new attack chain) (#28252)

* Allows multiple inlets and outlets

* Starts adding range to multimeter and fixes some stuff

* Migrates multitool to new attack chain and increases the scanning range

* adds vent scrubbers

* Fixes scrubber control

* moves uplink multitool to new attack chain as well

* oops

* reverts putting injectors and vents into their own component due to numbered input stuttering

* Allows vent pressure reference to be changed

* Fix bugs when adding or removing devices

* tgui rebuild

* Makes the UI look nicer

* Update tgui.bundle.js

* add range to sensor multitool interaction as well

* Update tgui.bundle.js

* Update tgui.bundle.js

* Update tgui.bundle.js

* Update tgui.bundle.js

* review changes

* reeee

* Update tgui.bundle.js
This commit is contained in:
Migratingcocofruit
2025-04-06 09:40:47 +00:00
committed by GitHub
parent a12792f17e
commit 00573a16fd
6 changed files with 525 additions and 223 deletions
+2 -1
View File
@@ -456,7 +456,8 @@ GLOBAL_LIST_EMPTY(world_uplinks)
..()
hidden_uplink = new(src)
/obj/item/multitool/uplink/attack_self__legacy__attackchain(mob/user as mob)
/obj/item/multitool/uplink/activate_self(mob/user as mob)
. = ..()
if(hidden_uplink)
hidden_uplink.trigger(user)