100% chance for broken rails in mine shafts
This commit is contained in:
parent
9843e60efc
commit
63ee9f9d06
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue