diff -r debfdc340e68 -r fa7ad5f3725f share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua Fri Dec 24 10:04:01 2010 -0500 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua Fri Dec 24 11:54:34 2010 -0500 @@ -66,11 +66,11 @@ -- Things we don't modify here will use their default values. -- The base number for the random number generator - Seed = 0 + Seed = 1 -- Game settings and rules GameFlags = gfMultiWeapon + gfOneClanMode -- The time the player has to move each round (in ms) - TurnTime = 25000 + TurnTime = 30000 -- The frequency of crate drops CaseFreq = 0 -- The number of mines being placed