From 48d3f17ecf2f1da681990d86f628b144a7764fae Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 8 Sep 2014 18:49:45 -0700 Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=83=AC=E3=83=BC=20mar=C3=A9e=20esta?= =?UTF-8?q?ci=C3=B3n=20ar=20fud=20an=20google=20translate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit multilingual grey tides --- code/modules/events/wizard/departmentrevolt.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/wizard/departmentrevolt.dm b/code/modules/events/wizard/departmentrevolt.dm index 93f917fe0da..92aee011b6e 100644 --- a/code/modules/events/wizard/departmentrevolt.dm +++ b/code/modules/events/wizard/departmentrevolt.dm @@ -16,7 +16,7 @@ switch(tidecolor) if("grey") //God help you jobs_to_revolt = list("Assistant") - nation = pick("Assa", "Mainte", "Tunnel", "Gris", "Grey") + nation = pick("Assa", "Mainte", "Tunnel", "Gris", "Grey", "Liath", "Xám", "Grigio", "グレー", "Ass", "Assi") if("white") jobs_to_revolt = list("Chief Medical Officer", "Medical Doctor", "Chemist", "Geneticist", "Virologist") nation = pick("Mede", "Healtha", "Recova", "Chemi", "Geneti", "Viro", "Psych") @@ -33,7 +33,7 @@ jobs_to_revolt = list("Bartender", "Chef", "Botanist", "Clown", "Mime", "Janitor", "Chaplain") nation = pick("Honka", "Boozo", "Fatu", "Danka", "Mimi", "Libra", "Jani", "Religi") - nation += pick("stan", "topia", "land", "nia", "ca", "tova", "dor", "ador", "tia", "sia", "ano", "tica", "tide", "cis", "marea", "co") + nation += pick("stan", "topia", "land", "nia", "ca", "tova", "dor", "ador", "tia", "sia", "ano", "tica", "tide", "cis", "marea", "co", "潮", "marée", "taoide", "slavia", "stotska") for(var/mob/living/carbon/human/H in mob_list) if(H.mind)