diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-10 11:13:46 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-10 11:13:46 +0100 |
commit | 61f7a06261f4a134eb4595265270aee66c637c4d (patch) | |
tree | d7d459d150c8155de31fd18776c8912a332addc0 /mount.lua | |
parent | 18b90da2571e70cc0f9355efb991c3291c3619cb (diff) |
disabled crash damage when riding (for now)
Diffstat (limited to 'mount.lua')
-rw-r--r-- | mount.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------------------------------------------------------------------------ |