Adds feedback for temp whitelisting, added some people to the alien whitelist, update changelog with credits list!

This commit is contained in:
Erthilo
2012-05-22 23:43:15 +01:00
parent 8f74aa23b5
commit 57f1c15f15
3 changed files with 19 additions and 3 deletions
+2
View File
@@ -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