Update II

This commit is contained in:
Fox-McCloud
2015-06-18 17:47:52 -04:00
parent 09097b38ed
commit ada66fabd4
8 changed files with 265 additions and 95 deletions
+3
View File
@@ -90,6 +90,9 @@ datum/mind
proc/store_memory(new_text)
memory += "[new_text]<BR>"
proc/wipe_memory()
memory = null
proc/show_memory(mob/recipient)
var/output = "<B>[current.real_name]'s Memory</B><HR>"
output += memory