It's done, atleast the code is

This commit is contained in:
Fabian
2021-03-05 21:50:29 +01:00
parent 2f1aba4f80
commit 8178b7073a
17 changed files with 1128 additions and 58 deletions
+5 -1
View File
@@ -441,7 +441,11 @@
set category = "IC"
set desc = "View your character's notes memory."
if(mind)
mind.show_memory(src)
//ambition start
var/datum/browser/popup = new(src, "memory", "Memory and Notes")
popup.set_content(mind.show_memory())
popup.open()
//ambition end
else
to_chat(src, "You don't have a mind datum for some reason, so you can't look at your notes, if you had any.")