Fix CI failures by shuffling RNG in Lavaland procgen (#26469)

This commit is contained in:
warriorstar-orion
2024-08-11 17:45:57 -04:00
committed by GitHub
parent 01f6fb8725
commit fc0621bdb1
+1 -1
View File
@@ -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))