1
0
Pārlūkot izejas kodu

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

Ekay 7 gadi atpakaļ
vecāks
revīzija
f750647ae0
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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