mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2888 from Erthilo/master
Fixes everyone being able to understand everyone else.
This commit is contained in:
@@ -416,7 +416,7 @@ var/list/department_radio_keys = list(
|
||||
message_b = voice_message
|
||||
else
|
||||
message_b = stars(message)
|
||||
message_b = say_quote(message,is_speaking_soghun,is_speaking_skrell,is_speaking_taj)
|
||||
message_b = say_quote(message_b,is_speaking_soghun,is_speaking_skrell,is_speaking_taj)
|
||||
|
||||
if (italics)
|
||||
message_b = "<i>[message_b]</i>"
|
||||
|
||||
@@ -59,6 +59,14 @@ should be listed in the changelog upon commit though. 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 --><div class="commit sansserif">
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">28th May 2013</h2>
|
||||
<h3 class="author">Erthilo updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixes everyone being able to understand alien languages. HERE IS YOUR TOWER OF BABEL</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">5/26/2013</h2>
|
||||
<h3 class="author">Meyar updated:</h3>
|
||||
@@ -73,6 +81,16 @@ should be listed in the changelog upon commit though. Thanks. -->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">25th May 2013</h2>
|
||||
<h3 class="author">Erthilo updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixes alien races appearing an unknown when speaking their language.</li>
|
||||
<li class="bugfix">Fixes alien races losing their language when cloned.</li>
|
||||
<li class="bugfix">Fixes UI getting randomly reset when trying to change it in Genetics Scanners.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">21 May 2013</h2>
|
||||
<h3 class="author">SkyMarshal updated:</h3>
|
||||
@@ -99,16 +117,6 @@ should be listed in the changelog upon commit though. Thanks. -->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">25th May 2013</h2>
|
||||
<h3 class="author">Erthilo updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixes alien races appearing an unknown when speaking their language.</li>
|
||||
<li class="bugfix">Fixes alien races losing their language when cloned.</li>
|
||||
<li class="bugfix">Fixes UI getting randomly reset when trying to change it in Genetics Scanners.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">April 24, 2013</h2>
|
||||
<h3 class="author">Jediluke69 updated:</h3>
|
||||
|
||||
Reference in New Issue
Block a user