mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Update II
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user