aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/cheats.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r--builtin/client/cheats.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua
index a6aa13dc7..43d79d498 100644
--- a/builtin/client/cheats.lua
+++ b/builtin/client/cheats.lua
@@ -11,6 +11,8 @@ core.cheats = {
["PitchMove"] = "pitch_move",
["AutoJump"] = "autojump",
["Jesus"] = "jesus",
+ ["NoSlow"] = "no_slow",
+
},
["Render"] = {
["Xray"] = "xray",
@@ -19,6 +21,7 @@ core.cheats = {
["NoHurtCam"] = "no_hurt_cam",
["BrightNight"] = "no_night",
["Coords"] = "coords",
+ ["Tracers"] = "enable_tracers",
},
["World"] = {
["FastDig"] = "fastdig",
@@ -36,6 +39,7 @@ core.cheats = {
},
["Player"] = {
["NoFallDamage"] = "prevent_natural_damage",
+ ["NoForceRotate"] = "no_force_rotate",
},
}