mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user