X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=f0e4f7c270dca89bb0273c16d038e2c87ef28b4f;hb=75a16a543097a05b57763e284d014dc67e01885a;hp=091cf49ee51c4db04c787a284155e90c154ec596;hpb=5cc089c7dd5cee553f3e76114425dd0ea9b67e6f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index 091cf49ee..f0e4f7c27 100644 --- a/commands.cfg +++ b/commands.cfg @@ -152,6 +152,8 @@ alias reportcvar "qc_cmd_cmd reportcvar ${* ?}" // Old sy alias selectteam "qc_cmd_cmd selectteam ${* ?}" // Attempt to choose a team to join into alias selfstuff "qc_cmd_cmd selfstuff ${* ?}" // Stuffcmd a command to your own client alias sentcvar "qc_cmd_cmd sentcvar ${* ?}" // New system for sending a client cvar to the server +alias editmob "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties +alias killmob "qc_cmd_cmd mobkill ${* ?}" // Kill a monster alias spawnmob "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player alias spectate "qc_cmd_cmd spectate ${* ?}" // Become an observer alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end @@ -174,6 +176,8 @@ alias sandbox "cmd g_sandbox ${* ?}" alias spawnturret "cmd turretspawn ${* ?}" alias debugmonsters "cmd debugmonsters ${* ?}" alias upgradeturret "cmd buffturret ${* ?}" +alias rmturret "cmd turretremove ${* ?}" +alias repairturret "cmd repairturret ${* ?}" // ============================================================