mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user