ソースを参照

[fixed] leaving fit wearing only swimwear
[fixed] wrong name in igorhome

julzor 5 年 前
コミット
6d67badde0
2 ファイル変更2 行追加2 行削除
  1. 1 1
      locations/fit.qsrc
  2. 1 1
      locations/igorhome.qsrc

+ 1 - 1
locations/fit.qsrc

@@ -160,7 +160,7 @@ if $ARGS[0] = 'dressing room':
 	end
 
 	act 'Exit the locker room':
-		if $clothingworntype ! 'nude':
+		if $clothingworntype ! 'nude' and $clothingworntype ! 'swimwear':
 			gt 'fit', 'start'
 		else
 			cla

+ 1 - 1
locations/igorhome.qsrc

@@ -300,7 +300,7 @@ if $ARGS[0] = 'sisterroom':
 					'"It''s the holidays so I wanted to spend some time with the family before heading back to the University."'
 					act 'So you''re Igor''s sister?':
 						*clr & cla
-						'Looking wide-eyed at her you ask if she''s Ivan''s sister.'
+						'Looking wide-eyed at her you ask if she''s Igor''s sister.'
 						'"Yeah, my name is Galina and who might you be?"'
 						'"My name is <<$pcs_nickname>>. And I''m one of Igor''s classmates..." you say trying to be as vague as possible as you still don''t know how Galina will react.'
 						'"That''s great news!" Galina exclaims. "I''m so glad that Igor got a female friend. Finally I''ve been waiting for this day for a long time." she grins.'