Re-arranges data record and crew arrival announcement code.

This commit is contained in:
PsiOmegaDelta
2015-07-28 11:27:44 +02:00
parent 385a21772d
commit 9e46dfbb56
11 changed files with 236 additions and 218 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
data_core.manifest_inject(new_character)
if(alert(new_character,"Would you like an active AI to announce this character?",,"No","Yes")=="Yes")
call(/mob/new_player/proc/AnnounceArrival)(new_character, new_character.mind.assigned_role)
call(/proc/AnnounceArrival)(new_character, new_character.mind.assigned_role)
message_admins("\blue [admin] has respawned [player_key] as [new_character.real_name].", 1)