From c3e7dcf77fcd904e9abbecf351a52044747f9210 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Mon, 16 Jul 2018 21:10:20 -0400 Subject: [PATCH] spaces to tabs --- src/js/assayJS.tw | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw index c00d6ab477a..bd1b9a9d815 100644 --- a/src/js/assayJS.tw +++ b/src/js/assayJS.tw @@ -429,8 +429,8 @@ window.SlaveFullName = function SlaveFullName(slave) { }; window.PlayerName = function PlayerName() { - const V = State.variables; - const surnamesFirstCountries = [ + const V = State.variables; + const surnamesFirstCountries = [ "Cambodian", "Chinese", "Hungarian", @@ -439,9 +439,9 @@ window.PlayerName = function PlayerName() { "Mongolian", "Taiwanese", "Vietnamese"]; - let names = [V.PC.name, V.PC.surname || ""]; - - if ((V.surnameOrder !== 1) && (surnamesFirstCountries.includes(V.PC.nationality))) + let names = [V.PC.name, V.PC.surname || ""]; + + if ((V.surnameOrder !== 1) && (surnamesFirstCountries.includes(V.PC.nationality))) names.reverse(); return names.join(" ").trim(); }; -- GitLab