Kaynağa Gözat

Fix marisha sleepover

rachels 3 yıl önce
ebeveyn
işleme
8739e68f93
2 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 2 2
      locations/bed2.qsrc
  2. 4 3
      locations/marisha_ev.qsrc

+ 2 - 2
locations/bed2.qsrc

@@ -440,11 +440,11 @@ if $ARGS[0] = 'wake_horny':
 end
 
 if $ARGS[0] = 'wake':
-	if StoryLine = 1 and indorf = 0 and motherQW['bathroom_dildos'] > 0 and marisha_sleepover = 0:gt'mother_sextalk','dildo_wakeup1'
+	if StoryLine = 1 and indorf = 0 and motherQW['bathroom_dildos'] > 0 and MarishaQW["marisha_sleepover"] = 0:gt'mother_sextalk','dildo_wakeup1'
 	menu_off = 1
 	InSleep = 1
 	gs 'stat'
-	if marisha_sleepover = 1: gs 'marisha_ev', 'morning'
+	if MarishaQW["marisha_sleepover"] = 1: gs 'marisha_ev', 'morning'
 	if daystart < 10 and StoryLine = 0 and ntstart = 0:'The first thing you think as you wake up is, "Damn! It''s is not a dream, I really am a woman now."'
 	if daystart >= 10 and daystart < 30 and StoryLine = 0 and ntstart = 0:'Looking at your female body, you are still a little surprised it''s actually you.'
 	if slept_in = 1 and kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 9 and hour < 14:

+ 4 - 3
locations/marisha_ev.qsrc

@@ -154,11 +154,11 @@ if $ARGS[0] = 'Mall':
 				gs 'clothing', 'strip'
 				$loc = 'bedrPar'
 				$loc_arg = 'start'
-				marisha_sleepover = 1
+				MarishaQW["marisha_sleepover"] = 1
 				gs 'stat'
 				gt 'bed2', 'sleep'
 			end
-	    end
+		end
 
 		act 'Ignore him':
 			cla & *clr
@@ -170,7 +170,7 @@ if $ARGS[0] = 'Mall':
 				gs 'clothing', 'strip'
 				$loc = 'bedrPar'
 				$loc_arg = 'start'
-				marisha_sleepover = 1
+				MarishaQW["marisha_sleepover"] = 1
 				gs 'stat'
 				gt 'bed2', 'sleep'
 			end
@@ -181,6 +181,7 @@ end
 if $ARGS[0] = 'morning':
 	'<center><img src="images/characters/pavlovsk/resident/marisha/marisha.jpg"></center>'
 	'You wake up feeling relaxed then look over to see Marisha already up. She gives you a smile and says, "Thanks for everything <<$pcs_firstname>>. See you later." She then leaves as you continue getting up.'
+	MarishaQW["marisha_sleepover"] = 0
 end