From 172cdef1ccff8339822847e4b7be5bfa118f6d41 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 29 Nov 2015 20:27:46 -0500 Subject: [PATCH] Typo fix --- code/game/gamemodes/nations/nations.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/game/gamemodes/nations/nations.dm b/code/game/gamemodes/nations/nations.dm index 8788604c64f..9adbc849c51 100644 --- a/code/game/gamemodes/nations/nations.dm +++ b/code/game/gamemodes/nations/nations.dm @@ -43,7 +43,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -56,7 +56,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -69,7 +69,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -82,7 +82,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -95,7 +95,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -108,7 +108,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -121,7 +121,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue @@ -134,7 +134,7 @@ datum/game_mode/nations H.mind.nation.membership += H.mind.current if(H.mind.assigned_role == H.mind.nation.default_leader) H.mind.nation.current_leader = H.mind.current - H << "You have been chosent to lead the nation of [H.mind.nation.default_name]!" + H << "You have been chosen to lead the nation of [H.mind.nation.default_name]!" continue H << "You are now part of the great sovereign nation of [H.mind.nation.default_name]!" continue