소스 검색

Merge remote-tracking branch 'origin/master'

Kevin_Smarts 1 년 전
부모
커밋
eb1148d1f8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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 ---------------------------------
-