Procházet zdrojové kódy

fix typo
fix new skin maximum with fairy

Mona.Lisa před 1 rokem
rodič
revize
2fe35027b8
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      locations/MagEncounterFairy.qsrc
  2. 2 2
      locations/gadhouse.qsrc

+ 1 - 1
locations/MagEncounterFairy.qsrc

@@ -98,7 +98,7 @@ if $ARGS[0] = 'fairy_chat':
 		gs 'MagEncounterFairy', 'fairychattopic'
 		if fairyday['skin_increase'] <= 10 and fairyday ! daystart and fairyshoo = 0:
 			pcs_skin += 10
-			if pcs_skin > 900: pcs_skin = 900
+			if pcs_skin > 1000: pcs_skin = 1000
 			fairyday['skin_increase'] += 1
 			fairyday = daystart
 			gs 'stat'

+ 2 - 2
locations/gadhouse.qsrc

@@ -251,7 +251,7 @@ if $ARGS[0] = 'start':
 		if (kanikuli = 4 or kanikuli = 5) and ((month = 6 or month = 7) or (month = 8 and day <= 25)):
 			'"Will you be staying with us during the summer or will you be traveling back and forth with your parents?" she asks.'
 
-			act 'Stay with your grandaparents':gadstay = 1 & gt 'gadhouse', 'main'
+			act 'Stay with your grandparents':gadstay = 1 & gt 'gadhouse', 'main'
 			act 'Stay in Pavlovsk':gadstay = 0 & gt 'gadhouse', 'main'
 		else
 			act 'Continue':gt 'gadhouse', 'main'
@@ -1609,7 +1609,7 @@ if $ARGS[0] = 'family_trip':
 						*nl
 						'<<$npc_nickname[''A29'']>> asks, "<<$pcs_nickname>>, are you coming home with us or are you going to stay in the village with your grandparents?"'
 
-						act 'Stay with your grandaparents':gadstay_day = daystart & gadstay = 1 & locat['Fam_inGad'] = 0 & gt 'gadhouse', 'main'
+						act 'Stay with your grandparents':gadstay_day = daystart & gadstay = 1 & locat['Fam_inGad'] = 0 & gt 'gadhouse', 'main'
 						act 'Go home to Pavlovsk': gt 'gadhouse', 'to_pavlovsk'
 					else
 						act 'Go home to Pavlovsk': gt 'gadhouse', 'to_pavlovsk'