2 Commity f6313a2bb7 ... a3dd3eab3f

Autor SHA1 Wiadomość Data
  pfffbft a3dd3eab3f Play around with forest params 4 lat temu
  pfffbft f6313a2bb7 Play around with forest params 4 lat temu
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      locations/gadforestlost.qsrc

+ 2 - 2
locations/gadforestlost.qsrc

@@ -156,8 +156,8 @@ if $ARGS[0] = 'relax':
 	elseif $forest_args1 = 'forest_center':
 		! having a bonfire increases chances of being rescued and decreases chances of wolves attacking
 		foresteventrand = rand(1,40)
-		if foresteventrand <= (1+(bonfire*2)) and daystart > forest_lostday and month >= 4 and month <= 10 and ((hour >= 8 and hour < 12) or (hour >= 14 and hour < 18)): gt 'gadforestlost', 'rescue', 'hunters', $forest_args1
-		if foresteventrand <= (3+(bonfire*2)) and StoryLine = 1 and daystart > forest_lostday+1: gt 'gadforestlost', 'rescue', 'ranger', $forest_args1
+		if foresteventrand <= (1+(bonfire*5)) and daystart > forest_lostday and month >= 4 and month <= 10 and ((hour >= 8 and hour < 12) or (hour >= 14 and hour < 18)): gt 'gadforestlost', 'rescue', 'hunters', $forest_args1
+		if foresteventrand <= (3+(bonfire*5)) and StoryLine = 1 and daystart > forest_lostday+1: gt 'gadforestlost', 'rescue', 'ranger', $forest_args1
 	end
 
 	'<center><H4>Somewhere in the forest</H4></center>'