[MIRROR] Rebalanced Power consumption, increase for machines [MDB IGNORE] (#12930)

* Rebalanced Power consumption, increase for machines

* wew

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-20 17:07:14 +01:00
committed by GitHub
co-authored by Ghilker Gandalf
parent 1b7bb9ab17
commit 729132a4e0
198 changed files with 500 additions and 397 deletions
@@ -25,6 +25,7 @@
COOLDOWN_DECLARE(static/announcement_cooldown)
/obj/machinery/computer/centcom_announcement/ui_interact(mob/user, datum/tgui/ui)
. = ..()
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "CommandReportConsole")
@@ -21,6 +21,7 @@
station_goal_cache = subtypesof(/datum/station_goal)
/obj/machinery/computer/station_goal/ui_interact(mob/user)
. = ..()
var/list/dat = list("<b>STATION GOAL SELECTION - OFFICIAL USE ONLY</b>")
if(!goal_assigned)
dat += "Please select ONE goal to assign to [station_name()]"