Procházet zdrojové kódy

[fixed] wrong variable

hornguy6 před 1 měsícem
rodič
revize
9bb44a780c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      locations/brother.qsrc

+ 1 - 1
locations/brother.qsrc

@@ -406,7 +406,7 @@ if $ARGS[0] = 'playfootball':
 		if npc_rel['A34'] <50:npc_rel['A34'] += rand(1,2)
 		if npc_rel['A34'] <50:npc_rel['A34'] += rand(1,2)
 		gs 'exercise', 'tier1', 60, 'agil', 'vital'
 		gs 'exercise', 'tier1', 60, 'agil', 'vital'
 		gs 'exp_gain', 'run', rand(0, 2)
 		gs 'exp_gain', 'run', rand(0, 2)
-		if pcs_ftball < 20: gs 'exp_gain', 'ftball', rand(0, 2)
+		if ftball_lvl < 20: gs 'exp_gain', 'ftball', rand(0, 2)
 		gs 'stat'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/football3.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/football3.jpg"></center>'
 		'You spend an hour running around, chasing the ball across the field with Kolka and his friends Mishan and Zhendos.'
 		'You spend an hour running around, chasing the ball across the field with Kolka and his friends Mishan and Zhendos.'