Răsfoiți Sursa

[fixed] cow args in gadfield would cause blank actions

sovietmercader 4 ani în urmă
părinte
comite
c06fc752d4
1 a modificat fișierele cu 7 adăugiri și 7 ștergeri
  1. 7 7
      locations/gadfield.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