Browse Source

fix typo
fix new skin maximum with fairy

Mona.Lisa 2 years ago
parent
commit
2fe35027b8
2 changed files with 3 additions and 3 deletions
  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'
 		gs 'MagEncounterFairy', 'fairychattopic'
 		if fairyday['skin_increase'] <= 10 and fairyday ! daystart and fairyshoo = 0:
 		if fairyday['skin_increase'] <= 10 and fairyday ! daystart and fairyshoo = 0:
 			pcs_skin += 10
 			pcs_skin += 10
-			if pcs_skin > 900: pcs_skin = 900
+			if pcs_skin > 1000: pcs_skin = 1000
 			fairyday['skin_increase'] += 1
 			fairyday['skin_increase'] += 1
 			fairyday = daystart
 			fairyday = daystart
 			gs 'stat'
 			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)):
 		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.'
 			'"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'
 			act 'Stay in Pavlovsk':gadstay = 0 & gt 'gadhouse', 'main'
 		else
 		else
 			act 'Continue':gt 'gadhouse', 'main'
 			act 'Continue':gt 'gadhouse', 'main'
@@ -1609,7 +1609,7 @@ if $ARGS[0] = 'family_trip':
 						*nl
 						*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?"'
 						'<<$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'
 						act 'Go home to Pavlovsk': gt 'gadhouse', 'to_pavlovsk'
 					else
 					else
 						act 'Go home to Pavlovsk': gt 'gadhouse', 'to_pavlovsk'
 						act 'Go home to Pavlovsk': gt 'gadhouse', 'to_pavlovsk'