Explorar el Código

[fixed] Drinking wine with Isolde updates stats.

Lady Alexa hace 1 año
padre
commit
18aafd9adb
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      locations/qwIzoldaApp.qsrc

+ 4 - 1
locations/qwIzoldaApp.qsrc

@@ -28,6 +28,8 @@ if $ARGS[0] = '':
 				'You went to the apartment and Isolde you spent in the kitchen. There she poured tea, and you yourself. You sat at the table and began to chat about all sorts of trivia.'
 			elseif izoldaQW >= 5 and izoldaSex = 0:
 				'Isolde suggested that you drink wine. You agreed and went to the kitchen. Isolde opened a bottle of wine and poured two glasses. You drank it.'
+				gs 'drugs', 'alcohol', 'wine'
+				gs 'stat'
 
 				if izoldaQW >= 10 and izoldaSex = 0:
 					'Soon you both drunk and Isolde invited you to go to the lounge to relax.'
@@ -76,6 +78,8 @@ if $ARGS[0] = '':
 				end
 			elseif izoldaSex > 0:
 				'Isolde offer you a drink of wine and you have gone with her to the kitchen, drinking a bottle she took you by the hand and led her into the room.'
+				gs 'drugs', 'alcohol', 'wine'
+				gs 'stat'
 
 				act 'Go Isolde':
 					*clr & cla
@@ -131,4 +135,3 @@ if $ARGS[0] = '':
 end
 
 --- qwIzoldaApp ---------------------------------
-