mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Fix CI failures by shuffling RNG in Lavaland procgen (#26469)
This commit is contained in:
committed by
GitHub
parent
01f6fb8725
commit
fc0621bdb1
@@ -68,7 +68,7 @@
|
||||
var/cur_dir = get_dir(cur_turf, target_turf)
|
||||
while(cur_turf != target_turf)
|
||||
if(detouring) //randomly snake around a bit
|
||||
if(prob(20))
|
||||
if(prob(21))
|
||||
detouring = 0
|
||||
cur_dir = get_dir(cur_turf, target_turf)
|
||||
else if(prob(20))
|
||||
|
||||
Reference in New Issue
Block a user