1
0
Эх сурвалжийг харах

[fixed] dead end in voltrener

julzor 4 жил өмнө
parent
commit
88a6bccacc

+ 8 - 8
locations/Voltrener.qsrc

@@ -1,8 +1,5 @@
 # Voltrener
-!{Change log
-31 March 2016
-Completed translation of machine translation
-}
+
 CLOSE ALL
 gs 'stat'
 
@@ -178,9 +175,9 @@ if $ARGS[0] = 'talk':
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
 						'You tell him its not true and that some of the kids have been spreading false rumours about you.'
 						'He doesn''t appear to be convinced the only options are to go aggressive or leave it.'
+						act 'Leave it': gt 'gdksport', 'start'
 						gs 'willpower', 'misc', 'self', 'hard'
 						gs 'stat'
-						act 'Leave it': gt 'gdksport', 'start'
 						if will_cost <= pcs_willpwr:
 							act 'Persuade him to let you join the team (<<will_cost>> Willpower)':
 								*clr & cla
@@ -197,7 +194,7 @@ if $ARGS[0] = 'talk':
 								act 'Leave':gt 'gdksport', 'start'
 							end
 						else
-							act 'Persuade him to let you join the team (<font color="red"><will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to persuade him to join the team.'
+							act 'Persuade him to let you join the team (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to persuade him to join the team.'
 						end
 					end
 					act 'Okay, it''s true, I am a <<$gnikname>>': gt'Voltrener', 'gorslut'
@@ -207,18 +204,21 @@ if $ARGS[0] = 'talk':
 					if will_cost <= pcs_willpwr:
 						act 'Persuade him (<<will_cost>> Willpower)':
 							*clr & cla
+							minut += rand(20,30)
 							gs 'willpower', 'pay', 'self'
 							gs 'stat'
 
 							if npc_rel['A69'] >= 60:
-								minut += rand(20,30)
 								volleysostav = 1
 								'You appeal to the coach and ask him to at least give you a chance to prove yourself. Since he likes you, he decides to give you a break. "Okay, <<$pcs_nickname>>, I do have an opening for a sub. You''re on the team as a substitute player.'
 								act 'Leave':gt 'gdksport', 'start'
+							else
+								'You try to prove the coach that he should let you on the team, but he countered all your arguments, denying you a place on the team.'
+								act 'Leave':gt 'gdksport', 'start'
 							end
 						end
 					else
-						act 'Persuade him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red"> You try to prove the coach that he should let you on the team, but you are don''t have enough willpower and the coach countered all your arguments, denying you a place on the team.'
+						act 'Persuade him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to persuade him to join the team.'
 					end
 				end
 				act 'Leave':gt 'gdksport', 'start'