* maps, tgui, tools * defines and helpers * onclick and controllers * datums fucking caught that hulk reversal too. * game and shuttle modular * module/admin * oh god they fucking moved antag shit again * haaaaate. Haaaaaaaaaate. * enables moff wings * more modules things * tgstation.dme before I forget something important * some mob stuff * s'more mob/living stuff * some carbon stuff * ayy lmaos and kitchen meat * Human stuff * species things moff wings have a 'none' version too * the rest of the module stuff. * some strings * misc * mob icons * some other icons. * It compiles FUCK BORERS FUCK BORERS
22 lines
343 B
Plaintext
22 lines
343 B
Plaintext
/datum/admins/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("F3")
|
|
user.get_admin_say()
|
|
return
|
|
if("F5")
|
|
user.admin_ghost()
|
|
return
|
|
if("F6")
|
|
player_panel_new()
|
|
return
|
|
if("F7")
|
|
user.togglebuildmodeself()
|
|
return
|
|
if("F8")
|
|
if(user.keys_held["Ctrl"])
|
|
user.stealth()
|
|
else
|
|
user.invisimin()
|
|
return
|
|
..()
|