Browse Source

[text edit] in stol, write hour instead of hours when you only have one hour of homework left

Spackled Lanturn 3 years ago
parent
commit
177f2c4da7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stol.qsrc

+ 1 - 1
locations/stol.qsrc

@@ -122,7 +122,7 @@ if $ARGS[0] = 'stolPar':
 	gs 'willpower', 'misc', 'self', iif(grupTipe = 4 and traits['nerd_status'] = 0, 'hard', iif(traits['nerd_status'] > 0, 'easy', 'medium'))
 	if traits['nerd_status'] = 2: will_cost = will_cost / 2
 	if lernHome > 0 and (will_cost <= pcs_willpwr or traits['nerd_status'] = 3):
-		'<br>You have to your homework. Finishing everything will take <<lernHome>> hours.'
+		'<br>You have to your homework. Finishing everything will take <<lernHome>> '+iif(lernHome = 1, 'hour.', 'hours.')
 		act 'Do your homework (1:00'+iif(traits['nerd_status'] = 3, '', ' and <<will_cost>> Willpower')+')':
 			cla & *clr
 			'<center><img <<$set_imgh>> src="images/locations/shared/apartment/homework.jpg"></center>'