Browse Source

Fix to keep from being sent out to the street when you have the run of the house.

Ekay 7 years ago
parent
commit
f750647ae0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/katjaEv

+ 5 - 1
locations/katjaEv

@@ -454,7 +454,11 @@ if $ARGS[0] = 'kiss':
 	else
 		'Katja turns and begins collecting books, pretending that nothing has happened.'
 
-		act 'Say goodbye and go home':gt 'pavResidential'
+		if mey_vika['key'] = 1: 
+			Act 'Smile thoughtfully and leave the room': gt 'mey_home', 'start'
+		else
+			act 'Say goodbye and go home':gt 'pavResidential'
+		end
 	end
 end