Bläddra i källkod

[fixed/change] It is now only possible to do one kickboxing match a week, on Saturday as the text already said. Also moved an other kickboxing variable into the array.

bgkjdgbizgblzdgbr 3 år sedan
förälder
incheckning
5f5cf8278a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      locations/fit.qsrc

+ 2 - 2
locations/fit.qsrc

@@ -712,11 +712,11 @@ if $ARGS[0] = 'kickboxing':
 		end
 	end
 
-	if week >= 5 and amateur_fight_day ! daystart:
+	if week = 6 and kickbox['amateur_fight_day'] ! daystart:
 		'You can take part in an amateur fight.'
 
 		act 'Amateur fight':
-			amateur_fight_day = daystart
+			kickbox['amateur_fight_day'] = daystart
 			pcs_mood += 2
 			timemult = 2
 			loopcount = 1