mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] adds applying client quirks to player panel [MDB IGNORE] (#17275)
* adds applying client quirks to player panel (#70923) ## About The Pull Request  this is terribly annoying for any sort of testing. especially if you were to have a blind or crippled character. instead of that, we now just make it a button in player panel ## Why It's Good For The Game fuck ## Changelog 🆑 admin: ctrl shift click spawning no longer applies quirks admin: adds quirk applying button to player panel /🆑 * adds applying client quirks to player panel Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
body += "<br>"
|
||||
if(!isnewplayer(M))
|
||||
body += "<A href='?_src_=holder;[HrefToken()];forcespeech=[REF(M)]'>Forcesay</A> | "
|
||||
body += "<A href='?_src_=holder;[HrefToken()];applyquirks=[REF(M)]'>Apply Client Quirks</A> | "
|
||||
body += "<A href='?_src_=holder;[HrefToken()];tdome1=[REF(M)]'>Thunderdome 1</A> | "
|
||||
body += "<A href='?_src_=holder;[HrefToken()];tdome2=[REF(M)]'>Thunderdome 2</A> | "
|
||||
body += "<A href='?_src_=holder;[HrefToken()];tdomeadmin=[REF(M)]'>Thunderdome Admin</A> | "
|
||||
|
||||
Reference in New Issue
Block a user