Browse Source

Update 'locations/kikbox.qsrc'

spectre1viper 5 years ago
parent
commit
768055140d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/kikbox.qsrc

+ 3 - 3
locations/kikbox.qsrc

@@ -31,9 +31,9 @@ if $ARGS[0] = 'start':
 		if minround = 5:'<b>Time in round 2:00</b>'
 		if minround = 6:'<b>Time in round 2:30</b>'
 		'<b><<$boydesc>></b> Life <b><font color="red"><<healthV>></font></b>, Endurance <b><font color="green"><<staminaV>></font></b>'
-		'Your life <b><font color="red"><<pcs_health>></font></b>, Endurance <b><font color="green"><<stamina>></font></b>'
+		'Your life <b><font color="red"><<pcs_health>></font></b>, Endurance <b><font color="green"><<pcs_stam>></font></b>'
 		'<b>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</b>'
-		'Your points <<pointKik>>Points opponent <<pointKikV>>'
+		'Your points <<pointKik>>  Points opponent <<pointKikV>>'
 		'<b>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</b>'
 		gs 'initKik'
 
@@ -141,7 +141,7 @@ if $ARGS[0] = 'sta':
 	if minround = 6:'<b>Time in round 3:00</b>'
 	'<b>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</b>'
 	'<b><<$boydesc>></b> Life <b><font color="red"><<healthV>></font></b>, Endurance <b><font color="green"><<staminaV>></font></b>'
-	'Your life <b><font color="red"><<pcs_health>></font></b>, Endurance <b><font color="green"><<stamina>></font></b>'
+	'Your life <b><font color="red"><<pcs_health>></font></b>, Endurance <b><font color="green"><<pcs_stam>></font></b>'
 	'<b>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</b>'
 
 	act 'Further':gt 'kikbox', 'start'