Parcourir la source

[change] When doing kickboxing training in gym it will not send you back to dressing room, added option to return there as well so you don't get trapped

Kevin_Smarts il y a 2 ans
Parent
commit
2695acf5dd
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      locations/fit.qsrc

+ 6 - 4
locations/fit.qsrc

@@ -589,6 +589,8 @@ if $ARGS[0] = 'kickboxing':
 	'Around it there are various punching bags of different sizes and weights and a couple of coaches with practice pads.'
 	'You can try your luck in a fight here on Saturdays but safety concerns limit everyone to a maximum of 1 bout per week.'
 
+	act 'Return to dressing room': gt 'fit', 'dressing room'
+
 	act 'Work on your jabs':
 		cla
 		*clr
@@ -598,7 +600,7 @@ if $ARGS[0] = 'kickboxing':
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
 		'You practice your jabs on the speed bag and double-end bag, straight punches with a step forward. These strikes are not so powerful, but they are fast.'
 
-		act 'Leave':gt 'fit', 'dressing room'
+		act 'Leave':gt 'fit', 'kickboxing'
 	end
 
 	act 'Work on your heavy punches':
@@ -610,7 +612,7 @@ if $ARGS[0] = 'kickboxing':
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
 		'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
 
-		act 'Leave':gt 'fit', 'dressing room'
+		act 'Leave':gt 'fit', 'kickboxing'
 	end
 
 	act 'Work on your kicking':
@@ -622,7 +624,7 @@ if $ARGS[0] = 'kickboxing':
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
 		'You practice your powerful kicks on a kickboxing bag. These impacts are very powerful and able to cut down an opponant, but are very difficult to hit with.'
 
-		act 'Leave':gt 'fit', 'dressing room'
+		act 'Leave':gt 'fit', 'kickboxing'
 	end
 
 	act 'Work on defence':
@@ -634,7 +636,7 @@ if $ARGS[0] = 'kickboxing':
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
 		'You practice your defense movements.'
 
-		act 'Leave':gt 'fit', 'dressing room'
+		act 'Leave':gt 'fit', 'kickboxing'
 	end
 
 	act 'Sparing (training bout in the ring)':