Browse Source

Blank act fixes

pfffbft 4 years ago
parent
commit
0eb4da0e00
2 changed files with 7 additions and 4 deletions
  1. 6 3
      locations/hunter_favors.qsrc
  2. 1 1
      locations/swamp_yard.qsrc

+ 6 - 3
locations/hunter_favors.qsrc

@@ -38,9 +38,9 @@ if $ARGS[0] = 'housekeeping_request':
 			elseif dirty_swamp_yard > 5:
 				if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "The yard is a mess. Can you please take care of it?"'
 				if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "What the hell is all this trash doing out there? Go and pick it all."'
-				act 'Clean the yard':hunter_collective_opinion += 3 & gs 'hunter_favors', 'yard_cleanup'
+				act 'Clean the yard':hunter_collective_opinion += 3 & gt 'hunter_favors', 'yard_cleanup'
 			!Cook some mushroom soup or meat stew if yard is also clean and a fire is going on in the yard
-			elseif mushroom_soup + meat_stew < 2:
+			elseif mushroom_soup + meat_stew < 4:
 				if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "We don''t have anything for dinner. Could you please cook something?"'
 				if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "We don''t have anything to eat for dinner you useless bitch. Go make something before we starve."'
 				if boletus > 0:
@@ -54,7 +54,10 @@ if $ARGS[0] = 'housekeeping_request':
 			else
 				if hunter_collective_opinion >= 15:'"Actually, nevermind. I got this, thanks though."'
 				if hunter_collective_opinion < 15:'"Actually, nevermind. I do not have anything you are useful for."'
-				act 'Okay':hunter_collective_opinion += 5 & gt 'swamp_yard', 'start'
+				act 'Okay':
+				    hunter_collective_opinion += 5
+				    gt 'swamp_yard', 'start'
+				end
 			end
 		end
 

+ 1 - 1
locations/swamp_yard.qsrc

@@ -75,7 +75,7 @@ if $ARGS[0] = 'start':
 
 
 	if hunters_outside = 1 and hunters_available = 1 and util_rand = 1:
-	    gt 'swamp_yard', 'daytime_flavor_events'
+	    gs 'swamp_yard', 'daytime_flavor_events'
     end
 end