Explorar el Código

Fix variable timeTresh using a non-existent variable hypnoType vs the intended hypnoTime

timeTresh which is used for the missCum comparisons was using a variable
that didn't exist, hypnoType, whereas hypnoTime seems to be the intended
comparison as it is capped in the line before, as well as it's name is
timeT(h)resh, and a max value of 15 would make the minimum value for
timeTresh 16 rather than the max 76.
Joshua Gwinn hace 1 año
padre
commit
3e5e3d4e3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/dina.qsrc

+ 1 - 1
locations/dina.qsrc

@@ -117,7 +117,7 @@ $rexpot = {
 $hypnoDaychange = {
 	!!if for some reason hypnoTime is too high
 	if hypnoTime > 15:hypnoTime = 15
-	timeTresh = 76 - 4*hypnoType
+	timeTresh = 76 - 4*hypnoTime
 	!!Withdrawal effect begings if too strong influence and no visitation
 	if daystart-hypnoDay > 7:
 		if hypnoAddict = 1: