Better UIs (#9355)

Improved the UIs of: Memories/Notes, cult tomes, autolathes, biogenerators, chem heaters, wizard spellbooks, cryopods, soulstones, space heaters.
This commit is contained in:
Geeves
2020-07-18 00:10:28 +03:00
committed by GitHub
parent 5ffb4c4486
commit 2b81cdd077
21 changed files with 262 additions and 120 deletions
+3 -1
View File
@@ -137,7 +137,9 @@
output += "<B>Objective #[obj_count]</B>: [objective.explanation_text]"
obj_count++
recipient << browse(output,"window=memory")
var/datum/browser/memory_win = new(recipient, "memory")
memory_win.set_content(output)
memory_win.open()
/datum/mind/proc/edit_memory()
if(!ROUND_IS_STARTED)