diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index f38a9d2790b..5f57b027bb6 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -1267,6 +1267,31 @@ var/global/BSACooldown = 0
else
alert("You cannot perform this action. You must be of a higher administrative rank!")
return
+
+ if (href_list["granttaj"])
+ if (src.level>=5)
+ var/mob/M = locate(href_list["granttaj"])
+ for (var/s in alien_whitelist)
+ if(findtext(s,"[M.ckey] - Tajaran"))
+ alert("This key is already on the whitelist!", null, null, null, null, null)
+ return
+ alien_whitelist += "[M.ckey] - Tajaran"
+ else
+ alert("You cannot perform this action. You must be of a higher administrative rank!")
+ return
+
+ if (href_list["grantsog"])
+ if (src.level>=5)
+ var/mob/M = locate(href_list["grantsog"])
+ for (var/s in alien_whitelist)
+ if(findtext(s,"[M.ckey] - Soghun"))
+ alert("This key is already on the whitelist!", null, null, null, null, null)
+ return
+ alien_whitelist += "[M.ckey] - Soghun"
+ else
+ alert("You cannot perform this action. You must be of a higher administrative rank!")
+ return
+
/***************** BEFORE**************
if (href_list["l_players"])
@@ -2473,6 +2498,8 @@ var/global/BSACooldown = 0
body += "Thunderdome 2 | "
body += "Thunderdome Admin | "
body += "Thunderdome Observer | "
+ body += "Grant Tajaran (Temp) | "
+ body += "Grant Soghun (Temp) | "
body += "
"
body += "