summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-09-04 12:23:52 -0400
committerStarla Insigna <starla4444@gmail.com>2011-09-04 12:23:52 -0400
commitaaca8a9c66d5e5aaedeb13d438f9074b3985c8ee (patch)
tree7eea0e015b3d7e66091bfcb5073e598882bc50cf
parent52028c896c7897d2d9183260e6c0d748e5d1211a (diff)
downloadcartcollect-aaca8a9c66d5e5aaedeb13d438f9074b3985c8ee.tar.gz
cartcollect-aaca8a9c66d5e5aaedeb13d438f9074b3985c8ee.tar.bz2
cartcollect-aaca8a9c66d5e5aaedeb13d438f9074b3985c8ee.zip
Updated Jump unlocking condition message v0.4.2
Refs #204
-rw-r--r--Classes/GameModeSelectionLayer.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/GameModeSelectionLayer.m b/Classes/GameModeSelectionLayer.m index 3fbf417..ef1d922 100644 --- a/Classes/GameModeSelectionLayer.m +++ b/Classes/GameModeSelectionLayer.m
@@ -63,7 +63,7 @@
63 { 63 {
64 jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlocked:YES]; 64 jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlocked:YES];
65 } else { 65 } else {
66 jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlockCondition:@"Get 5000 points in Collect!"]; 66 jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlockCondition:@"Get 3000 points in Collect!"];
67 } 67 }
68 68
69 [gameModes addObject:jumpSelection]; 69 [gameModes addObject:jumpSelection];