Nanotrasen to GATO - comments
I know it's a mess, but the least I can do is add comments anywhere I can
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
SSblackbox.record_feedback("tally", "admin_verb", 1, "Player Panel") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
/datum/admins/proc/access_news_network() //MARKER
|
||||
/datum/admins/proc/access_news_network() //MARKER //GS13 - Nanotrasen to GATO
|
||||
set category = "Admin.Events"
|
||||
set name = "Access Newscaster Network"
|
||||
set desc = "Allows you to view, add and edit news feeds."
|
||||
|
||||
@@ -56,7 +56,7 @@ GLOBAL_PROTECT(href_token)
|
||||
target = ckey
|
||||
name = "[ckey]'s admin datum ([R])"
|
||||
rank = R
|
||||
admin_signature = "GATO Officer #[rand(0,9)][rand(0,9)][rand(0,9)]"
|
||||
admin_signature = "GATO Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" //GS13 - Nanotrasen to GATO
|
||||
href_token = GenerateToken()
|
||||
if(R.rights & R_DEBUG) //grant profile access
|
||||
world.SetConfig("APP/admin", ckey, "role=admin")
|
||||
|
||||
Reference in New Issue
Block a user