Browse Source

Merge remote-tracking branch 'hornguy6/master'

KevinSmarts 3 years ago
parent
commit
fe4d435a30
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/albinahome.qsrc
  2. 1 1
      locations/saveupdater.qsrc

+ 2 - 2
locations/albinahome.qsrc

@@ -109,7 +109,7 @@ if $ARGS[0] = 'start':
 									*clr & cla
 									npc_rel['A23'] += 2
 									gs 'stat'
-									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/sex/kissing.jpg"></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/kissing.jpg"></center>'
 									'You''re not sure if it''s just the alcohol or if something else is compelling you, but you lean towards Albina and lock lips with her.'
 									'You feel your excitement growing as you and Albina start passionately making out with each other.'
 									gs 'arousal', 'kiss', 2
@@ -117,7 +117,7 @@ if $ARGS[0] = 'start':
 									act 'Kiss':
 										*clr & cla
 										gs 'stat'
-										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/sex/kissing.jpg"></center>'
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/kissing.jpg"></center>'
 										'As you continue kissing Albina, you feel her hand slowly working its way up your inner thigh.'
 										'Reaching your crotch, her hand slowly slides into your panties and starts gently fondling your clitoris.'
 										'You moan into her mouth. Someone must have shown her a few things on pleasing a girl.'

+ 1 - 1
locations/saveupdater.qsrc

@@ -856,7 +856,7 @@ end
 
 !!model age addition
 
-if model['age'] = 0:
+if model['age'] = 0 and model > 0:
 	if age >= 18:
 		model['age'] = age
 	else