KevinSmarts 6 лет назад
Родитель
Сommit
ca70e3e1a9
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      locations/barbershop

+ 4 - 4
locations/barbershop

@@ -1198,13 +1198,13 @@ if $ARGS[0] = 'touchup':
 	'She flits around your head with her tools, and before you know it, your hair is restored to its earlier luster and color.'
 	'You stand up from the chair and pay her 375 <b>₽</b>.'
 
-	act 'Move away':gt 'hairsalon', 'start'
+	act 'Move away':gt 'barbershop', 'start'
 end
 
 if $ARGS[0] = 'touchup2':
 	cla
 	*clr
-	'The hairdresser smiles apologetically, "Sorry, but you''re going to need a completely new dye job to cover that up. I can do it, if you want? It''s only 1000 <b>₽</b>."'
+	'The hairdresser smiles apologetically, "Sorry, but you''re going to need a completely new dye job to cover that up. I can do it, if you want? It''s only 750 <b>₽</b>."'
 	act 'Sure':
 		cla
 		*clr
@@ -1217,10 +1217,10 @@ if $ARGS[0] = 'touchup2':
 		'The hairdresser removes the dryer hood. "And we''re all done."'
 		'You stand up from the chair and pay her 750 <b>₽</b>.'
 
-		act 'Move away':gt 'hairsalon', 'start'
+		act 'Move away':gt 'barbershop', 'start'
 	end
 
-	act 'No thanks':gt 'hairsalon', 'start'
+	act 'No thanks':gt 'barbershop', 'start'
 end
 
 !!! Maruda Hair Mod