Edited changelog, made small edit.

This commit is contained in:
VitrescentTortoise
2013-05-26 19:00:55 -07:00
parent d0d51222e1
commit aa68ac375a
2 changed files with 7 additions and 1 deletions

View File

@@ -450,7 +450,6 @@ datum/preferences
HTML += "<center><br><u><a href='?_src_=prefs;preference=job;task=random'><font color=red>Be assistant if preference unavailable</font></a></u></center><br>"
if(RETURN_TO_LOBBY)
HTML += "<center><br><u><a href='?_src_=prefs;preference=job;task=random'><font color=purple>Return to lobby if prefernce unavailable</font></a></u></center><br>"
else return;
HTML += "<center><a href='?_src_=prefs;preference=job;task=reset'>\[Reset\]</a></center>"
HTML += "</tt>"

View File

@@ -58,6 +58,13 @@ Stuff which is in development and not yet visible to players or just code relate
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">May 26th, 2013</h2>
<h3 class="author">VitrescentTortoise updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a third option for not getting any job preferences. It allows you to return to the lobby instead of joining.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">21 May 2013</h2>