Made some programs to call UI update on Topic()

This commit is contained in:
Karolis2011
2016-01-29 15:31:10 +02:00
parent c9eee51e82
commit 5e02b9154a
2 changed files with 6 additions and 0 deletions
@@ -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>")