1203 local allowedFlags = |
1203 local allowedFlags = |
1204 -- those flags are probably the most realistic one to use |
1204 -- those flags are probably the most realistic one to use |
1205 gfDisableGirders + gfRandomOrder + -- highly recommended! |
1205 gfDisableGirders + gfRandomOrder + -- highly recommended! |
1206 gfDisableLandObjects + gfSolidLand + gfLowGravity + |
1206 gfDisableLandObjects + gfSolidLand + gfLowGravity + |
1207 -- a bit unusual but may still be useful |
1207 -- a bit unusual but may still be useful |
1208 gfBottomBorder + gfForts + gfDivideTeams + |
1208 gfBottomBorder + gfDivideTeams + |
1209 gfDisableWind + gfMoreWind + gfTagTeam + |
1209 gfDisableWind + gfMoreWind + gfTagTeam + |
1210 -- very unusual flags, they don’t affect gameplay really, they are mostly for funny graphical effects |
1210 -- very unusual flags, they don’t affect gameplay really, they are mostly for funny graphical effects |
1211 gfKing + -- King Mode doesn’t work like expected, since hedgehogs never really die here in this mode |
1211 gfKing + -- King Mode doesn’t work like expected, since hedgehogs never really die here in this mode |
1212 gfVampiric + -- just for the grapical effects |
1212 gfVampiric + -- just for the grapical effects |
1213 gfBorder -- technically possible, but not very fun to play |
1213 gfBorder -- technically possible, but not very fun to play |