mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes quantum relays not processing (#76667)
## About The Pull Request Replaces a return ..() with a return TRUE in the process(), removing the PROCESS_KILL returb ## Why It's Good For The Game Thinks working are always nice. ## Changelog 🆑 fix: Quantum relays now process, meaning DOS attacks actually function /🆑
This commit is contained in:
@@ -86,7 +86,7 @@ GLOBAL_LIST_EMPTY(ntnet_relays)
|
||||
set_dos_failure(FALSE)
|
||||
update_appearance()
|
||||
SSmodular_computers.add_log("Quantum relay switched from overload recovery mode to normal operation mode.")
|
||||
return ..()
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/ntnet_relay/ui_interact(mob/user, datum/tgui/ui)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
|
||||
Reference in New Issue
Block a user