100% chance for broken rails in mine shafts

This commit is contained in:
Wuzzy 2017-05-15 21:25:37 +02:00
parent 9843e60efc
commit 63ee9f9d06
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ if setting then
end
-- Probability for a rail corridor system to be damaged
local probability_damage = P(0.90)
local probability_damage = P(1.0)
setting = tonumber(minetest.setting_get("tsm_railcorridors_probability_damage"))
if setting then
probability_damage = P(setting)