mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
up ports a bunch of TGS commands (#17961)
* up ports a bunch of TGS commands * . * needing this * ... * Update datacore.dm * fix that * at least stack that * rework all user name handling * urg * urg * . * . * . * up port this * make this clearer * . * . * . * fix that * . * add returns * player ticket chat * this * . * . * umm * adjust messages * clean smitecode up * . * ummm * . * command filter
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#define R_DEFAULT R_NONE
|
||||
|
||||
#define R_EVERYTHING (1<<17)-1 //the sum of all other rank permissions, used for +EVERYTHING
|
||||
#define R_HOLDER ((R_EVERYTHING) & (~R_MENTOR))
|
||||
#define R_HOLDER ((R_EVERYTHING) & (~(R_MENTOR | R_STEALTH)))
|
||||
|
||||
#define SMITE_BREAKLEGS "Break Legs"
|
||||
#define SMITE_BLUESPACEARTILLERY "Bluespace Artillery"
|
||||
|
||||
Reference in New Issue
Block a user