/datum/admins var/current_tab =0 /datum/admins/proc/Secrets() if(!check_rights(0)) return var/dat = "
" dat += "Debug" dat += "Random Events" dat += "Special Events" dat += "
" dat += "
" switch(current_tab) if (0) // Debug if(check_rights(R_ADMIN,0)) dat += {" Admin Secrets

Remove all bombs currently in existence
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

Move Administration Shuttle
Move Ferry
Move Alien Dinghy
Move Mining Shuttle
Break all lights
Fix all lights
The floor is lava! (DANGEROUS: extremely lame)
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

"} if(check_rights(R_SERVER,0)) dat += "Toggle bomb cap
" dat += "
" if(check_rights(R_DEBUG,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
Change Security Level

Coder Secrets

Show Job Debug
Admin Log

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

Toggle station artificial gravity
Spawn a wave of meteors (aka lagocolyptic shower)
Spawn a vortex anomaly
Spawn a gravitational anomaly
Spawn a pyroclastic anomaly
Spawn a flux wave anomaly
Spawn a bluespace anomaly
Make scrubbers spew chemicals
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
Send in a syndicate strike team
Send in a HONKsquad
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

"} if (2) 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
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
Summon Guns
Summon Magic

Change Security Level To Green
Change Security Level To Blue
Change Security Level To Red
Change Security Level To Gamma
Change Security Level To Epsilon
Change Security Level To Delta
"} dat += "" var/datum/browser/popup = new(usr, "secrets", "
Admin Secrets
", 610, 650) popup.set_content(dat) popup.open(0)