Prechádzať zdrojové kódy

[changed] reduced price of massage lessons to not be outrageously high

hornguy6 3 rokov pred
rodič
commit
650251b68c
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      locations/dk.qsrc

+ 2 - 2
locations/dk.qsrc

@@ -386,11 +386,11 @@ if $ARGS[0] = 'holl':
 		end
 
 		if money >= 5000 and masseuse['certification'] < 10 and masseuse['certification']shoolday ! daystart:
-			act 'Learn how to give massages (5,000 <b>₽</b>)':
+			act 'Learn how to give massages (1,000 <b>₽</b> per session)':
 				cla
 				menu_off = 1
 				masseuse['certification']shoolday = daystart
-				money -= 5000
+				money -= 1000
 				masseuse['certification'] += 1
 				minut += 120
 				gs 'stat'