author | Wuzzy <Wuzzy@disroot.org> |
Wed, 28 Jun 2023 18:57:00 +0200 | |
changeset 15967 | f362e82cddcf |
parent 15966 | 605697b8947a |
child 15968 | 91c487e7d11d |
share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua | file | annotate | diff | comparison | revisions |
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Wed Jun 28 17:06:22 2023 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Wed Jun 28 18:57:00 2023 +0200 @@ -1144,6 +1144,8 @@ function onGameInit() SuddenDeathTurns= SuddenDeathTurns+1 + -- Disable GameFlags that are incompatible with this game + DisableGameFlags(gfKing, gfPlaceHog, gfPerHogAmmo, gfSharedAmmo, gfResetWeps) end function onEndTurn()