Browse Source

Merge remote-tracking branch 'Hornguy6/master'

Kevin_Smarts 7 months ago
parent
commit
73b0220729
2 changed files with 47 additions and 9 deletions
  1. 33 7
      locations/sex_ev_leave.qsrc
  2. 14 2
      locations/themes.qsrc

+ 33 - 7
locations/sex_ev_leave.qsrc

@@ -227,32 +227,58 @@ end
 
 if $ARGS[0] = 'leaving_action':
 	cla
-	act'Nonchalant':
+	act'Smile':
 		if $sex_ev['loc'] = 'house_party':
-			$sex_ev['leave_action'] = ' nonchalantly and head back out into the party'
+			$sex_ev['leave_action'] = ', flashing him a quick smile just before you head back out into the party'
 		else
-			$sex_ev['leave_action'] = ' nonchalantly and head out the door without a second glance'
+			$sex_ev['leave_action'] = ', flashing him a quick smile just before you close the door behind you'
 		end
 		gs'sex_ev_leave', 'leaving_end'
 	end
 	
 	act'Wave goodbye':
-		$sex_ev['leave_action'] = ', waggling your fingers at him and head back out into the party'
+		if $sex_ev['loc'] = 'house_party':
+			$sex_ev['leave_action'] = ', waggling your fingers at him and head back out into the party'
+		else
+			$sex_ev['leave_action'] = ', waggling your fingers at him just before you close the door behind you'
+		end
 		gs'sex_ev_leave', 'leaving_end'
 	end
 
 	act'Wink':
-		$sex_ev['leave_action'] = ' with a wink as you head back out into the party'
+		if $sex_ev['loc'] = 'house_party':
+			$sex_ev['leave_action'] = ' with a wink as you head back out into the party'
+		else
+			$sex_ev['leave_action'] = ' with a wink just before you close the door behind you'
+		end
+		
 		gs'sex_ev_leave', 'leaving_end'
 	end
 	
 	act'Blow him a kiss':
-		$sex_ev['leave_action'] = ', blowing him a kiss just before heading back out into the party'
+		if $sex_ev['loc'] = 'house_party':
+			$sex_ev['leave_action'] = ', blowing him a kiss just before heading back out into the party'
+		else
+			$sex_ev['leave_action'] = ', blowing him a kiss just before you close the door behind you'
+		end
 		gs'sex_ev_leave', 'leaving_end'
 	end
 	
 	act'Shake your ass':
-		$sex_ev['leave_action'] = ', giving him a teasing shake of your ass just before you head back out into the party'
+		if $sex_ev['loc'] = 'house_party':
+			$sex_ev['leave_action'] = ', giving him a teasing shake of your ass just before you head back out into the party'
+		else
+			$sex_ev['leave_action'] = ', giving him a teasing shake of your ass just before you close the door behind it'
+		end
+		gs'sex_ev_leave', 'leaving_end'
+	end
+	
+	act'Nonchalant':
+		if $sex_ev['loc'] = 'house_party':
+			$sex_ev['leave_action'] = ' nonchalantly and head back out into the party'
+		else
+			$sex_ev['leave_action'] = ' nonchalantly and head out the door without a second glance'
+		end
 		gs'sex_ev_leave', 'leaving_end'
 	end
 end

+ 14 - 2
locations/themes.qsrc

@@ -19,8 +19,20 @@ if $ARGS[0] = 'outdoors':
 				bcolor = rgb(BColorBase-BColorBase/4, BColorBase-BColorBase/4, BColorBase)
 				lcolor = rgb(206, 90, 205)
 			!! original ----------------}
-			
-			$bcolor = '"#D2D2FF"'
+			!!$bcolor = '"#D2D2FF"'
+		elseif (DayStage = 3):
+			!!bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
+			!!lcolor = rgb(56, 90, 205)
+			!!lcolor = rgb(56, 90, 205)
+			!! hornguy6''s new colors ----------------
+			bcolor = rgb(226, 169, 169)
+			lcolor = rgb(56, 90, 205)
+		elseif (DayStage = 4) :
+			bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
+			!!lcolor = rgb(56, 90, 205)
+			!! hornguy6''s new colors ----------------
+			lcolor = rgb(110, 200, 200)
+			!! hornguy6''s new colors ----------------
 		elseif (DayStage = 3) or (DayStage = 4) :
 			bcolor = rgb(BColorBase, BColorBase-BColorBase/4, BColorBase-BColorBase/4)
 			lcolor = rgb(56, 90, 205)