# HG changeset patch # User Wuzzy # Date 1572285493 -3600 # Node ID 3c0a3c824c4913a8bc60e82a03262c9b5bcfd1cc # Parent 04b63bcdb2abd1cec6871adde1be9ff59b978bd7 Racer: Force-enable solid land Otherwise, the land could degrade after each round, making the game progressively easier for later players diff -r 04b63bcdb2ab -r 3c0a3c824c49 share/hedgewars/Data/Scripts/Multiplayer/Racer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon Oct 28 18:52:11 2019 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon Oct 28 18:58:13 2019 +0100 @@ -613,7 +613,7 @@ ---------------------------------- function onGameInit() - EnableGameFlags(gfInfAttack) + EnableGameFlags(gfInfAttack, gfSolidLand) -- Force-disable various game flags that would break the script DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam) CaseFreq = 0