1
0
Quellcode durchsuchen

[fixed] typo in "hair accessories"

hornguy6 vor 3 Jahren
Ursprung
Commit
94311a6fa5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/barbershop.qsrc

+ 1 - 1
locations/barbershop.qsrc

@@ -121,7 +121,7 @@ if money >= 60:
 end
 end
 
 
 if money >= 80:
 if money >= 80:
-	act 'Buy Hairaccessories - 80 <b>₽</b>':
+	act 'Buy Hair accessories - 80 <b>₽</b>':
 		*clr & cla
 		*clr & cla
 		menu_off = 1
 		menu_off = 1
 		money -= 80
 		money -= 80