# HG changeset patch # User sheepluva # Date 1506725526 -7200 # Node ID a9a7ef966e7291cf9e8772f2c029397c2e5481ad # Parent 726b1edfc5116189cad1f399b53ddc54d4d9cc59 make hellfire test a bit less seed-sensitive diff -r 726b1edfc511 -r a9a7ef966e72 tests/lua/hellfire_burns.lua --- a/tests/lua/hellfire_burns.lua Sat Sep 30 00:43:56 2017 +0200 +++ b/tests/lua/hellfire_burns.lua Sat Sep 30 00:52:06 2017 +0200 @@ -6,7 +6,7 @@ -- creates round test area function AddTestArea(testarea) - step = 100 + step = 90 xstep = step * testarea["xdir"] ystep = step * testarea["ydir"] x = testarea["x"]