Browse Source

[added] Flag for future skill check in sistersleep, different images for sister_char in the kitchen

Sicaa 4 years ago
parent
commit
2ef46a818a
2 changed files with 15 additions and 2 deletions
  1. 14 2
      locations/sister_chat.qsrc
  2. 1 0
      locations/sistersleep.qsrc

+ 14 - 2
locations/sister_chat.qsrc

@@ -589,7 +589,13 @@ if $ARGS[0] = 'sister_chat':
 				end
 			end
 		else
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+			if $loc = 'kuhrPar' and indorf = 1:
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat_kitchen_easteregg.jpg"></center>' & ! Snegurochka''s easter egg for when mom''s not around
+			elseif $loc = 'kuhrPar':
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat_kitchen<<rand(1,3)>>.jpg"></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+			end
 			'You start a conversation with your sister.'
 			if trfatherQW = 0:
 				act 'Ask about your father':
@@ -605,7 +611,13 @@ if $ARGS[0] = 'sister_chat':
 				npc_rel['A33'] += 1
 				*clr & cla
 				temp = rand (1,15)
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+				if $loc = 'kuhrPar' and indorf = 1:
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat_kitchen_easteregg.jpg"></center>' & ! Snegurochka''s easter egg for when mom''s not around
+				elseif $loc = 'kuhrPar':
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat_kitchen<<rand(1,3)>>.jpg"></center>'
+				else
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+				end
 				if temp = 1:
 					'As you chat with your sister, she says it is possible to rent an apartment in the city and live and work there, but she is happy living in Pavlovsk, even with helping with the bills she has way more money to spend on herself this way.'	
 				elseif temp = 2:

+ 1 - 0
locations/sistersleep.qsrc

@@ -225,6 +225,7 @@ if $ARGS[0] = 'sister_sleep_3':
 								gs 'stat'
 								act 'Move away':gt 'bedrPar'
 							end
+							!! Flagged for skill check (instead of willpower check, which has been removed)
 							act 'Convince her otherwise':
 								*clr & cla
 								girl += 1