1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-12-25 18:20:20 +01:00

disabled crash damage when riding (for now)

This commit is contained in:
TenPlus1 2017-06-10 11:13:46 +01:00
parent 18b90da257
commit 61f7a06261

View File

@ -1,7 +1,7 @@
-- lib_mount by Blert2112 (edited by TenPlus1) -- 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 local crash_threshold = 6.5 -- ignored if enable_crash=false
------------------------------------------------------------------------------ ------------------------------------------------------------------------------