Browse Source

gschool_beg1 - add missing colons

rachels 6 years ago
parent
commit
08e73551f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/beg1

+ 2 - 2
locations/beg1

@@ -382,7 +382,7 @@ if $ARGS[0] = 'evro':
 		razradbegES += 1
 		money += 15000
 		'You fought hard and managed to take 2nd place, earning a prize. You get a silver medal and a prize of 15,000 <b>₽</b>'
-	elseif begresult >= 80 
+	elseif begresult >= 80: 
 		razradbegEG += 1
 		money += 20000
 		'You fought hard and managed to take 1st place. You get a gold medal, a prize of 20,000 <b>₽</b> and are now the "European Track Champion"!'
@@ -429,7 +429,7 @@ if $ARGS[0] = 'Int':
 		razradbegIS += 1
 		money += 50000
 		'You fought hard and managed to take 2nd place, earning a prize. You get a silver medal and a prize of 50,000 <b>₽</b>'
-	elseif begresult >= 100
+	elseif begresult >= 100:
 		razradbegIG += 1
 		money += 100000
 		'You fought hard and managed to take 1st place. You get a gold medal, a prize of 100,000 <b>₽</b> and the title "World Track Champion" - YOU are the fastest woman alive!'