Browse Source

Merge remote-tracking branch 'hornguy6/master'

KevinSmarts 4 years ago
parent
commit
a695aa5843
2 changed files with 3 additions and 3 deletions
  1. 1 1
      locations/foto_shoot.qsrc
  2. 2 2
      locations/korrPar.qsrc

+ 1 - 1
locations/foto_shoot.qsrc

@@ -694,7 +694,7 @@ if $ARGS[0] = 'nude':
 	minut += 120
 	modelpay = (pcs_mdlng/2 * 10) + min(city_modelling, 700) + pcs_apprnc
 	modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
-	if modelfoto_nude = 0: modelpayfin * 2 & foto_persuade = 0
+	if modelfoto_nude = 0: modelpayfin = modelpayfin * 2 & foto_persuade = 0
 	modelfoto_nude += 1
 	modelfoto_fullnude += 1
 	modelfoto_nip += 1

+ 2 - 2
locations/korrPar.qsrc

@@ -134,14 +134,14 @@ if momloc = 1:
 			end
 		end
 	else
-		'Your parents are asleep in their room'
+		act 'Go to your parents'' room': msg'Your parents are probably asleep, you shouldn''t go in right now.'
 	end
 else
 	act 'Go to your parents'' room':gt 'bedrPar2'
 end
 act 'Go to the living room':gt 'sitrPar'
 if momloc = 5:
-	'The bathroom door is locked as your Mom takes a shower'
+	act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your mother shouting at the door. "Doesn''t anybody in this family know how to knock?!"'
 else
 	act 'Go to the bathroom':minut += 1 & gt 'vanrPar'
 end