mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
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
This commit is contained in:
@@ -83,7 +83,7 @@ datum/mind
|
|||||||
else
|
else
|
||||||
text += "."
|
text += "."
|
||||||
|
|
||||||
text += " <a href='?src=\ref[src];revolution=reequip'>Reequip</a>."
|
text += " <a href='?src=\ref[src];revolution=reequip'>Reequip</a> (gives traitor uplink)."
|
||||||
if (objectives.len==0)
|
if (objectives.len==0)
|
||||||
text += "<br>Objectives are empty! <a href='?src=\ref[src];revolution=autoobjectives'>Set to kill all heads</a>."
|
text += "<br>Objectives are empty! <a href='?src=\ref[src];revolution=autoobjectives'>Set to kill all heads</a>."
|
||||||
else if (src in ticker.mode.revolutionaries)
|
else if (src in ticker.mode.revolutionaries)
|
||||||
|
|||||||
@@ -77,7 +77,8 @@
|
|||||||
rev_obj.explanation_text = "Assassinate [head_mind.current.real_name], the [head_mind.assigned_role]."
|
rev_obj.explanation_text = "Assassinate [head_mind.current.real_name], the [head_mind.assigned_role]."
|
||||||
rev_mind.objectives += rev_obj
|
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)
|
equip_revolutionary(rev_mind.current)
|
||||||
update_rev_icons_added(rev_mind)
|
update_rev_icons_added(rev_mind)
|
||||||
|
|
||||||
@@ -135,7 +136,7 @@
|
|||||||
if (!where)
|
if (!where)
|
||||||
mob << "The Syndicate were unfortunately unable to get you a flash."
|
mob << "The Syndicate were unfortunately unable to get you a flash."
|
||||||
else
|
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
|
return 1
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
|||||||
@@ -148,12 +148,12 @@
|
|||||||
killer << "\red Code Phrase: \black [syndicate_code_phrase]"
|
killer << "\red Code Phrase: \black [syndicate_code_phrase]"
|
||||||
killer.mind.store_memory("<b>Code Phrase</b>: [syndicate_code_phrase]")
|
killer.mind.store_memory("<b>Code Phrase</b>: [syndicate_code_phrase]")
|
||||||
else
|
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))
|
if(prob(80))
|
||||||
killer << "\red Code Response: \black [syndicate_code_response]"
|
killer << "\red Code Response: \black [syndicate_code_response]"
|
||||||
killer.mind.store_memory("<b>Code Response</b>: [syndicate_code_response]")
|
killer.mind.store_memory("<b>Code Response</b>: [syndicate_code_response]")
|
||||||
else
|
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."
|
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.
|
//End code phrase.
|
||||||
|
|
||||||
@@ -295,6 +295,6 @@
|
|||||||
traitor_mob << "\red Code Response: \black [syndicate_code_response]"
|
traitor_mob << "\red Code Response: \black [syndicate_code_response]"
|
||||||
traitor_mob.mind.store_memory("<b>Code Response</b>: [syndicate_code_response]")
|
traitor_mob.mind.store_memory("<b>Code Response</b>: [syndicate_code_response]")
|
||||||
else
|
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."
|
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.
|
//End code phrase.
|
||||||
|
|||||||
@@ -92,7 +92,16 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
|
|
||||||
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
|
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">29/04/2012</h2>
|
<h2 class="date">1 March 2012</h2>
|
||||||
|
<h3 class="author">Petethegoat updated:</h3>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
<li class="experiment">Head revolutionaries no longer spawn with traitor uplinks.</li>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="commit sansserif">
|
||||||
|
<h2 class="date">29 February 2012</h2>
|
||||||
<h3 class="author">SkyMarshal updated:</h3>
|
<h3 class="author">SkyMarshal updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="rscadd">BS12 Hallucination and Dreaming port</li>
|
<li class="rscadd">BS12 Hallucination and Dreaming port</li>
|
||||||
@@ -102,7 +111,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
|
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">29/2/2012</h2>
|
<h2 class="date">29 February 2012</h2>
|
||||||
<h3 class="author">muskets updated:</h3>
|
<h3 class="author">muskets updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="rscadd">Integrated BS12's improved uplink code</li>
|
<li class="rscadd">Integrated BS12's improved uplink code</li>
|
||||||
@@ -111,7 +120,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
|
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">2/26/2012</h2>
|
<h2 class="date">26 February 2012</h2>
|
||||||
<h3 class="author">Doohl updated:</h3>
|
<h3 class="author">Doohl updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="bugfix"><b><font color = red><font size=3>The insane crashing has finally been fixed!</font color></font size></b></li>
|
<li class="bugfix"><b><font color = red><font size=3>The insane crashing has finally been fixed!</font color></font size></b></li>
|
||||||
@@ -119,7 +128,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">2/25/2012</h2>
|
<h2 class="date">25 February 2012</h2>
|
||||||
<h3 class="author">Doohl updated:</h3>
|
<h3 class="author">Doohl updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="rscadd">Telecommunications has been refined, with many new features and modules implemented.</li>
|
<li class="rscadd">Telecommunications has been refined, with many new features and modules implemented.</li>
|
||||||
@@ -131,7 +140,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
|
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">2/24/2012</h2>
|
<h2 class="date">24 February 2012</h2>
|
||||||
<h3 class="author">PolymorphBlue updated:</h3>
|
<h3 class="author">PolymorphBlue updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="rscadd">Headsets are now modular! Use a screwdriver on them to pop out their encrpytion keys, and use a key on one to put it in. A headset can hold two keys. Normal headsets start with 1 key, department headsets with two. The standard chip does nothing, and is not required for listening to the common radio.</li>
|
<li class="rscadd">Headsets are now modular! Use a screwdriver on them to pop out their encrpytion keys, and use a key on one to put it in. A headset can hold two keys. Normal headsets start with 1 key, department headsets with two. The standard chip does nothing, and is not required for listening to the common radio.</li>
|
||||||
@@ -140,7 +149,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">2/23/2012</h2>
|
<h2 class="date">23 February 2012</h2>
|
||||||
<h3 class="author">PolymorphBlue updated:</h3>
|
<h3 class="author">PolymorphBlue updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
<li class="bugfix">MMIs/pAIs no longer lip read, and thus can now hear in the dark.</li>
|
<li class="bugfix">MMIs/pAIs no longer lip read, and thus can now hear in the dark.</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user