summaryrefslogtreecommitdiff
path: root/mount.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-06-10 11:13:46 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-06-10 11:13:46 +0100
commit61f7a06261f4a134eb4595265270aee66c637c4d (patch)
treed7d459d150c8155de31fd18776c8912a332addc0 /mount.lua
parent18b90da2571e70cc0f9355efb991c3291c3619cb (diff)
disabled crash damage when riding (for now)
Diffstat (limited to 'mount.lua')
-rw-r--r--mount.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.lua b/mount.lua
index b26f8ac..6892ab7 100644
--- a/mount.lua
+++ b/mount.lua
@@ -1,7 +1,7 @@
-- lib_mount by Blert2112 (edited by TenPlus1)
-local enable_crash = true
+local enable_crash = false
local crash_threshold = 6.5 -- ignored if enable_crash=false
------------------------------------------------------------------------------