Browse Source

[fixed] add missing link for mitkabuh_group when Sveta shows up to gadroad late. previously there were only links to mitkabuh

sovietmercader 4 years ago
parent
commit
7e68824e13
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/gadroad.qsrc

+ 5 - 1
locations/gadroad.qsrc

@@ -46,7 +46,11 @@ if $ARGS[0] = '':
 			mirarand = rand(1,10)
 			if mirarand >= 6:
 				MiraLoc = 5
-				'You can go drink with Mira, Mitka, Kolyamba and Vasyan at their <a href="exec:gt ''mitkabuh'',''partywithMira''">trailer</a> hidden in the woods.'
+				if npc_QW['A60'] >= 16 and gadriver_gang = 2:
+					'You can go drink with Mira, Mitka, Kolyamba and Vasyan at their <a href="exec:gt ''mitkabuh_group'',''partywithMira''">trailer</a> hidden in the woods.'
+				else
+					'You can go drink with Mira, Mitka, Kolyamba and Vasyan at their <a href="exec:gt ''mitkabuh'',''partywithMira''">trailer</a> hidden in the woods.'
+				end
 			else
 				'You can go drink with Mitka, Kolyamba and Vasyan at their <a href="exec:gt ''mitkabuh'',''partyalone''">trailer</a> hidden in the woods.'
 			end