From bc7517ca428d1f84362c004e7a7e37d7a60d22cc Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Thu, 1 Mar 2012 22:21:47 +0000 Subject: [PATCH] Removed revhead uplinks! See: http://nanotrasen.com/phpBB3/viewtopic.php?f=15&t=7975 Fixed a couple of spelling errors. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3224 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/mind.dm | 2 +- code/game/gamemodes/revolution/revolution.dm | 5 +++-- code/game/gamemodes/traitor/traitor.dm | 6 +++--- html/changelog.html | 21 ++++++++++++++------ 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 9d32e01be2..f44a8fbe58 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -83,7 +83,7 @@ datum/mind else text += "." - text += " Reequip." + text += " Reequip (gives traitor uplink)." if (objectives.len==0) text += "
Objectives are empty! Set to kill all heads." else if (src in ticker.mode.revolutionaries) diff --git a/code/game/gamemodes/revolution/revolution.dm b/code/game/gamemodes/revolution/revolution.dm index 9e473cafbe..2e8ab17976 100644 --- a/code/game/gamemodes/revolution/revolution.dm +++ b/code/game/gamemodes/revolution/revolution.dm @@ -77,7 +77,8 @@ rev_obj.explanation_text = "Assassinate [head_mind.current.real_name], the [head_mind.assigned_role]." rev_mind.objectives += rev_obj - equip_traitor(rev_mind.current, 1) //changing how revs get assigned their uplink so they can get PDA uplinks. --NEO + // equip_traitor(rev_mind.current, 1) //changing how revs get assigned their uplink so they can get PDA uplinks. --NEO + // Removing revolutionary uplinks. -Pete equip_revolutionary(rev_mind.current) update_rev_icons_added(rev_mind) @@ -135,7 +136,7 @@ if (!where) mob << "The Syndicate were unfortunately unable to get you a flash." else - mob << "The flash in your [where] would help you to use your extremal persuade skill." + mob << "The flash in your [where] will help you to persuade the crew to join your cause." return 1 ////////////////////////////////////// diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 31a7e69dcc..ad7d575d09 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -148,12 +148,12 @@ killer << "\red Code Phrase: \black [syndicate_code_phrase]" killer.mind.store_memory("Code Phrase: [syndicate_code_phrase]") else - killer << "Unfortunetly, the Syndicate did not provide you with a code phrase." + killer << "Unfortunately, the Syndicate did not provide you with a code phrase." if(prob(80)) killer << "\red Code Response: \black [syndicate_code_response]" killer.mind.store_memory("Code Response: [syndicate_code_response]") else - killer << "Unfortunetly, the Syndicate did not provide you with a code response." + killer << "Unfortunately, the Syndicate did not provide you with a code response." killer << "Use the code words in the order provided, during regular conversation, to identify other agents. Proceed with caution, however, as everyone is a potential foe." //End code phrase. @@ -295,6 +295,6 @@ traitor_mob << "\red Code Response: \black [syndicate_code_response]" traitor_mob.mind.store_memory("Code Response: [syndicate_code_response]") else - traitor_mob << "Unfortunetly, the Syndicate did not provide you with a code response." + traitor_mob << "Unfortunately, the Syndicate did not provide you with a code response." traitor_mob << "Use the code words in the order provided, during regular conversation, to identify other agents. Proceed with caution, however, as everyone is a potential foe." //End code phrase. diff --git a/html/changelog.html b/html/changelog.html index 77fabde982..381fd58046 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -92,7 +92,16 @@ should be listed in the changelog upon commit tho. Thanks. -->
-

29/04/2012

+

1 March 2012

+

Petethegoat updated:

+
+ +
+

29 February 2012

SkyMarshal updated: