From 0e0cb512ada5f6ac1a913965d0086cbbdffaa105 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 14 Nov 2020 22:23:21 +0100 Subject: [PATCH] [MIRROR] Fixes roundstart hardcore random characters not receiving points for survival. (#1693) * Delete extra copy_to (#54912) Extra call to client.prefs.copy_to caused all characters to be set up as if they had latejoined, whether or not they had. Since no points are awarded for latejoining as hardcore random, no hardcore random characters received points. Co-authored-by: UnderARock (Lemons note: Due to a missed change in #50558, it was open at around the same time as floyds hardcore pr, I'd bet they got merged at about the same time, and were improperly merged. Good catch.) * Fixes roundstart hardcore random characters not receiving points for survival. Co-authored-by: UnderAGeode <37090242+UnderAGeode@users.noreply.github.com> --- code/modules/mob/dead/new_player/new_player.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 980bef399f9..4a9693ed75f 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -465,7 +465,6 @@ client.prefs.copy_to(H, antagonist = is_antag, is_latejoiner = transfer_after) - client.prefs.copy_to(H, antagonist = is_antag) H.dna.update_dna_identity() if(mind) if(transfer_after)