Преглед изворни кода

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

Ekay пре 7 година
родитељ
комит
f750647ae0
1 измењених фајлова са 5 додато и 1 уклоњено
  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