mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Made some programs to call UI update on Topic()
This commit is contained in:
@@ -367,6 +367,9 @@
|
||||
update_icon()
|
||||
return 1
|
||||
|
||||
update_uis()
|
||||
return 0
|
||||
|
||||
// Used in following function to reduce copypaste
|
||||
/obj/item/modular_computer/proc/power_failure()
|
||||
if(enabled) // Shut down the computer
|
||||
|
||||
@@ -135,6 +135,9 @@
|
||||
var/datum/computer_file/C = F.clone(0)
|
||||
HDD.store_file(C)
|
||||
|
||||
nanomanager.update_uis(NM)
|
||||
return 0
|
||||
|
||||
/datum/computer_file/program/filemanager/proc/parse_tags(var/t)
|
||||
t = replacetext(t, "\[center\]", "<center>")
|
||||
t = replacetext(t, "\[/center\]", "</center>")
|
||||
|
||||
Reference in New Issue
Block a user