Explorar el Código

[changed] rand bushcraft exp for doing things in forest now starts at 1 instead of 0

sovietmercader hace 4 años
padre
commit
d7d6cbffe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/gadforest.qsrc

+ 1 - 1
locations/gadforest.qsrc

@@ -551,7 +551,7 @@ if $ARGS[0] = 'bushcraft':
 
 		! bushcraft exp gained is random to keep it from increasing too fast
 		if rand(0,1) = 0:
-			bushcraft_exp += rand(0,bushcraft_rand)
+			bushcraft_exp += rand(1,bushcraft_rand)
 		end
 	else
 		! use the lower chance of ripping clothes when Sveta has higher bushcraft