Revert "i can't believe kevin made me code"
This reverts commit 7f38564838.
This commit is contained in:
@@ -441,11 +441,7 @@
|
||||
set category = "IC"
|
||||
set desc = "View your character's notes memory."
|
||||
if(mind)
|
||||
//ambition port start
|
||||
var/datum/browser/popup = new(src, "memory", "Memory and Notes")
|
||||
popup.set_content(mind.show_memory())
|
||||
popup.open()
|
||||
//ambition port
|
||||
mind.show_memory(src)
|
||||
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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user