From 57f1c15f150057ac7e9c21d6aedd32613675a9b7 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Tue, 22 May 2012 23:43:15 +0100 Subject: [PATCH] Adds feedback for temp whitelisting, added some people to the alien whitelist, update changelog with credits list! --- code/modules/admin/admin.dm | 2 ++ config/alienwhitelist.txt | 6 ++++++ html/changelog.html | 14 +++++++++++--- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 5f57b027bb6..5305be97577 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1276,6 +1276,7 @@ var/global/BSACooldown = 0 alert("This key is already on the whitelist!", null, null, null, null, null) return alien_whitelist += "[M.ckey] - Tajaran" + usr << "[M.ckey] added to Tajaran whitelist." else alert("You cannot perform this action. You must be of a higher administrative rank!") return @@ -1288,6 +1289,7 @@ var/global/BSACooldown = 0 alert("This key is already on the whitelist!", null, null, null, null, null) return alien_whitelist += "[M.ckey] - Soghun" + usr << "[M.ckey] added to Soghun whitelist." else alert("You cannot perform this action. You must be of a higher administrative rank!") return diff --git a/config/alienwhitelist.txt b/config/alienwhitelist.txt index e69de29bb2d..f9386c770fe 100644 --- a/config/alienwhitelist.txt +++ b/config/alienwhitelist.txt @@ -0,0 +1,6 @@ +rawrtaicho - Tajaran +forsamori - Tajaran +jaffakaik - Tajaran +jaffakaik - Soghun +philphil123 - Tajaran +philphil123 - Soghun \ No newline at end of file diff --git a/html/changelog.html b/html/changelog.html index 0661b1565d5..c37635a7a9a 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -36,7 +36,16 @@ Header Section - +Baystation 12 Credit List + + + + +
+ Code: Abi79, Aryn, Cael_Aislinn, Chinsky, cib, CompactNinja, DopeGhoti, Erthilo, Hawk_v3, Head, Ispil, Lexus Langg, Melonstorm, Master_of_Stuff, Miniature, Mloc, SkyMarshal, Spectre, Strumpetplaya, Sunfall, Tastyfish, Uristqwerty
+ Sprites: Apple_Master, Arcalane, Chinsky, CompactNinja, Deus Dactyl, Erthilo, Flashkirby, Miniature
+ Thanks To: /tg/ station devs, Goonstation devs, and the original Spacestation 13 devs. +
@@ -91,8 +100,7 @@ should be listed in the changelog upon commit though. Thanks. -->

Erthilo updated: