Explorar el Código

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

Ekay hace 7 años
padre
commit
f750647ae0
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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