Browse Source

[fixed] block access to group mitka drinking event if sveta refuses to become the village whore

sovietmercader 4 years ago
parent
commit
11f70aad1e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/miroslava.qsrc

+ 2 - 2
locations/miroslava.qsrc

@@ -328,7 +328,7 @@ if $ARGS[0] = 'Start' or $ARGS[0] = '':
 					else
 						'You suggest drinking with the village boys and Mira readily agrees, then asks you to wait a couple of minutes while she changes. When she comes out, you go to drink with the group of boys near your house....'
 					end
-					if npc_QW['A60'] > 15 and npc_QW['A63'] > 15 and gadriver_gang < 3 :
+					if npc_QW['A60'] >= 16 and gadriver_gang = 2:
 						act 'Continue':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh_group'
 					else
 						act 'Continue':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh'
@@ -692,7 +692,7 @@ if $ARGS[0] = 'Start' or $ARGS[0] = '':
 				gs 'stat'
 				gs 'miroslava', 'miraclothes'
 				'"<<$pcs_nickname>>, let''s go hang out with those guys and drink a little?" Mira asks you. "I''m bored and want to party."'
-				if npc_QW['A60'] > 15 and npc_QW['A63'] > 15:
+				if npc_QW['A60'] >= 16 and gadriver_gang = 2:
 					act 'Agree':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh_group'
 				else
 					act 'Agree':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh'