From 61f7a06261f4a134eb4595265270aee66c637c4d Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 10 Jun 2017 11:13:46 +0100 Subject: [PATCH] disabled crash damage when riding (for now) --- mount.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------------------------------------------------------