Bladeren bron

[fixed] Links and actions for same thing, links removed

KevinSmarts 4 jaren geleden
bovenliggende
commit
e8972629eb
1 gewijzigde bestanden met toevoegingen van 2 en 18 verwijderingen
  1. 2 18
      locations/fit.qsrc

+ 2 - 18
locations/fit.qsrc

@@ -16,26 +16,10 @@ if $ARGS[0] = 'start':
 	'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
 	*nl
 	'At the reception you may buy '+iif(abonement > 0, 'a subscription package', 'an additional subscription package')+' for access to all available facilities.'
-	if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
 	*nl
-	'<b>Available Packages:</b>'
-	if money >= 3000:
-		'<a href="exec: money -= 3000 & abonement +=30 & gt ''fit'', ''start''">30 classes (3,000 <b>₽</b>)</a>'
-	else
-		'30 classes (3,000 <b>₽</b>)'
-	end
-	if money >= 2250:
-		'<a href="exec: money -= 2250 & abonement +=20 & gt ''fit'', ''start''">20 classes (2,250 <b>₽</b>)</a>'
-	else
-		'20 classes (2,250 <b>₽</b>)'
-	end
-	if money >= 1500:
-		'<a href="exec: money -= 1500 & abonement +=10 & gt ''fit'', ''start''">10 classes (1,500 <b>₽</b>)</a>'
-	else
-		'10 classes (1,500 <b>₽</b>)'
-	end
+	if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
 	*nl
-	'<b>Included classes:</b>'
+	'<b>Classes included in subscription:</b>'
 	'Running'
 	'Crossfit'
 	'Aerobics'