/datum/admins/proc/Secrets() if(!check_rights(0)) return var/dat = "The first rule of adminbuse is: you don't talk about the adminbuse.
" if(check_rights(R_ADMIN,0)) dat += {" Admin Secrets

Bombing List
Show current traitors and objectives
Show last [length(lastsignalers)] signalers
Show last [length(lawchanges)] law changes
Show AI Laws
Show Game Mode
Show Crew Manifest
List DNA (Blood)
List Fingerprints


"} if(check_rights(R_FUN,0)) dat += {" 'Random' Events

Toggle station artificial gravity
Spawn a wave of meteors (aka lagocolyptic shower)
Spawn a gravitational anomaly (aka lagitational anomolag)
Spawn wormholes
Spawn blob
Trigger a Xenomorph infestation
Trigger a Cortical Borer infestation
Spawn an Alien silently
Trigger a Spider infestation
Send in a space ninja
Send in a strike team
Trigger an Carp migration
Irradiate the station
Trigger a Prison Break
Trigger a Virus Outbreak
Spawn an Immovable Rod
Toggle a "lights out" event
Spawn an Ion Storm
Spawn Space-Vines
Trigger a communication blackout

Shuttles

Launch a shuttle
Force launch a shuttle
"} if(check_rights(R_DEBUG,0)) dat += {" These shouldn't be used in game
Jump a shuttle
Move a shuttle
"} if(check_rights(R_FUN,0)) dat += {"
Fun Secrets

Remove 'internal' clothing
Remove ALL clothing
Turn all humans into monkeys
Remove firesuits, grilles, and pods
Make all areas powered
Make all areas unpowered
Power all SMES
Toggle Prison Shuttle Status(Use with S/R)
Send Prison Shuttle
Return Prison Shuttle
Warp all Players to Prison
Triple AI mode (needs to be used in the lobby)
Everyone is the traitor
There can only be one!
Ghost Mode
Make all players retarded
Make all items look like guns
Japanese Animes Mode
Egalitarian Station Mode
Break all lights
Fix all lights
Best Friend AI
The floor is lava! (DANGEROUS: extremely lame)
"} if(check_rights(R_SERVER,0)) dat += "Toggle bomb cap
" dat += "
" if(check_rights(R_DEBUG|R_DEV,0)) dat += {" Security Level Elevated

Change all maintenance doors to engie/brig access only
Change all maintenance doors to brig access only
Remove cap on security officers

Coder Secrets

Show Job Debug
Admin Log

"} usr << browse(dat, "window=secrets") return