2 Commits f5578cb212 ... c06fc752d4

Author SHA1 Message Date
  sovietmercader c06fc752d4 [fixed] cow args in gadfield would cause blank actions 4 years ago
  sovietmercader 7e68824e13 [fixed] add missing link for mitkabuh_group when Sveta shows up to gadroad late. previously there were only links to mitkabuh 4 years ago
2 changed files with 12 additions and 8 deletions
  1. 7 7
      locations/gadfield.qsrc
  2. 5 1
      locations/gadroad.qsrc

+ 7 - 7
locations/gadfield.qsrc

@@ -283,7 +283,7 @@ if $ARGS[0] = 'cow':
 					end
 					gs 'stat'
 
-					act 'Close the book':gt $loc, $metka
+					act 'Close the book':gt'gadfield','cow'
 				end
 			end
 		end
@@ -433,7 +433,7 @@ if $ARGS[0] = 'cow2':
 					end
 					gs 'stat'
 
-					act 'Close the book':gt $loc, $metka
+					act 'Close the book':gt 'gadfield','cow2'
 				end
 			end
 		end
@@ -529,7 +529,7 @@ if $ARGS[0] = 'cow3':
 					end
 					gs 'stat'
 
-					act 'Continue':gt'gadfield','cow'
+					act 'Continue':gt'gadfield','cow3'
 				end
 			end
 			if temper >= 15 and sunWeather = 1 and mira = 0:
@@ -544,7 +544,7 @@ if $ARGS[0] = 'cow3':
 					gs 'sweat', 'add', 5
 					gs 'stat'
 
-					act 'Continue':gt'gadfield','cow'
+					act 'Continue':gt'gadfield','cow3'
 				end
 				if pcs_sleep < 40:
 					act 'Take a nap (1:00)':
@@ -559,7 +559,7 @@ if $ARGS[0] = 'cow3':
 						if temper >= 25 and sunWeather = 1:pcs_hydra -= 12
 						gs 'stat'
 
-						act 'Continue':gt'gadfield','cow'
+						act 'Continue':gt'gadfield','cow3'
 					end
 				end
 				act 'Pick flowers (1:00)':
@@ -580,7 +580,7 @@ if $ARGS[0] = 'cow3':
 					gs 'stat'
 
 
-					act 'Continue':gt'gadfield','cow'
+					act 'Continue':gt'gadfield','cow3'
 				end
 				act 'Read a book (1:00)':
 					*clr & cla
@@ -604,7 +604,7 @@ if $ARGS[0] = 'cow3':
 					end
 					gs 'stat'
 
-					act 'Close the book':gt $loc, $metka
+					act 'Close the book':gt 'gadfield','cow3'
 				end
 			end
 		end

+ 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