equal
deleted
inserted
replaced
384 spawnTarget(3480,1200) |
384 spawnTarget(3480,1200) |
385 end |
385 end |
386 else |
386 else |
387 if not game_lost then |
387 if not game_lost then |
388 -- Victory! |
388 -- Victory! |
389 AddCaption(loc("Victory!"), 0xFFFFFFFF, capgrpGameState) |
389 AddCaption(loc("Victory!"), capcolDefault, capgrpGameState) |
390 ShowMission(loc("Sniper Training"), loc("Aiming Practice"), loc("Congratulations! You've eliminated all targets|within the allowed time frame."), 0, 0) |
390 ShowMission(loc("Sniper Training"), loc("Aiming Practice"), loc("Congratulations! You've eliminated all targets|within the allowed time frame."), 0, 0) |
391 -- Also let the hogs shout "victory!" |
391 -- Also let the hogs shout "victory!" |
392 PlaySound(sndVictory, CurrentHedgehog) |
392 PlaySound(sndVictory, CurrentHedgehog) |
393 FollowGear(CurrentHedgehog) |
393 FollowGear(CurrentHedgehog) |
394 |
394 |