Browse Source

[fixed] Typo

KevinSmarts 4 years ago
parent
commit
3bd2b08091
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/beg1.qsrc

+ 1 - 1
locations/beg1.qsrc

@@ -297,7 +297,7 @@ if $ARGS[0] = '1':
 		'You fought hard, but only managed to take 4th place.'
 	elseif begresult < 55:
 		gs 'fame', 'city', 'running', 5
-		bronzebeg += 1 & money += 1500 & 'You fought hard and managed to take 3rd place, earning a prize: You get a bronze medal and a prize of 1,5000 <b>₽</b>'
+		bronzebeg += 1 & money += 1500 & 'You fought hard and managed to take 3rd place, earning a prize: You get a bronze medal and a prize of 1,500 <b>₽</b>'
 	elseif begresult < 60:
 		gs 'fame', 'city', 'running', 5
 		silverbeg += 1 & money += 2000 & 'You fought hard and managed to take 2nd place, earning a prize: You get a silver medal and a prize of 2,000 <b>₽</b>'