Saves rank and time too in cryopod logs.

It's usually very hard to guess who all those people are on pure name list, and purging records screws over investigations enough as it is :<
This commit is contained in:
Chinsky
2015-06-02 18:34:47 +03:00
parent 44db730482
commit 5ed365d96b
+1 -1
View File
@@ -393,7 +393,7 @@
occupant.ckey = null
//Make an announcement and log the person entering storage.
control_computer.frozen_crew += "[occupant.real_name]"
control_computer.frozen_crew += "[occupant.real_name], [occupant.mind.assigned_role] - [worldtime2text()]"
announce.autosay("[occupant.real_name] [on_store_message]", "[on_store_name]")
visible_message("<span class='notice'>\The [initial(name)] hums and hisses as it moves [occupant.real_name] into storage.</span>", 3)