hedgewars/uWorld.pas
changeset 12257 b46b4ec17f8c
parent 12210 442bab755bb4
child 12694 e96f0f89ba0c
--- a/hedgewars/uWorld.pas	Sat Apr 15 06:52:14 2017 +0200
+++ b/hedgewars/uWorld.pas	Sat Apr 15 07:12:11 2017 +0200
@@ -182,6 +182,7 @@
 g:= AddGoal(g, gfTagTeam, gidTagTeam); // tag team mode?
 g:= AddGoal(g, gfSharedAmmo, gidSharedAmmo); // shared ammo?
 g:= AddGoal(g, gfPerHogAmmo, gidPerHogAmmo);
+g:= AddGoal(g, gfMoreWind, gidMoreWind);
 g:= AddGoal(g, gfLowGravity, gidLowGravity); // low gravity?
 g:= AddGoal(g, gfSolidLand, gidSolidLand); // solid land?
 g:= AddGoal(g, gfArtillery, gidArtillery); // artillery?