From aa68ac375a2b69ddaa9de444ef4bc176e60188ab Mon Sep 17 00:00:00 2001 From: VitrescentTortoise Date: Sun, 26 May 2013 19:00:55 -0700 Subject: [PATCH] Edited changelog, made small edit. --- code/modules/client/preferences.dm | 1 - html/changelog.html | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 20a45e3da7e..8f15102cdd1 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -450,7 +450,6 @@ datum/preferences HTML += "

Be assistant if preference unavailable

" if(RETURN_TO_LOBBY) HTML += "

Return to lobby if prefernce unavailable

" - else return; HTML += "
\[Reset\]
" HTML += "" diff --git a/html/changelog.html b/html/changelog.html index 30d9f62c640..914b512281f 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -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. -->
+
+

May 26th, 2013

+

VitrescentTortoise updated:

+
    +
  • Added a third option for not getting any job preferences. It allows you to return to the lobby instead of joining.
  • +
+

21 May 2013