mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[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:
co-authored by
Ghilker
Gandalf
parent
1b7bb9ab17
commit
729132a4e0
+1
@@ -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()]"
|
||||
|
||||
Reference in New Issue
Block a user