1
0
Эх сурвалжийг харах

[changed] Shortened automatic succubus feeding and frequency when hunger not fulfilled.

Kevin_Smarts 2 жил өмнө
parent
commit
96848525ed

+ 1 - 1
locations/bed2.qsrc

@@ -156,7 +156,7 @@ if $ARGS[0] = 'sleep':
 
 	
 
-	if succubusflag = 1 and sucwalkday <= daystart and (succublvl <= rand(1,20) or pcs_willpwr < ((succublvl * willpowermax) / 10) or sucpowzeroed >= 3): gs 'succubus', 'sucwalkinginit'
+	if succubusflag = 1 and sucwalkday <= daystart and (succhungry < (0 - 1 - succublvl) or pcs_willpwr < ((succublvl * willpowermax) / 13) or sucpowzeroed >= 3): gs 'succubus', 'sucwalkinginit'
 
 	if analplugIN = 1 and vibratorIN = 1:
 		if bedAnal = 1 and bedVibrator = 1:

+ 1 - 1
locations/succubus.qsrc

@@ -817,7 +817,7 @@ if $args[0] = 'sucwalkinggo':
 !!This is the results, time, and sleep variable clearing section
 	sucencntrand = (1 + succublvl)/2 + rand(0,succublvl)
 	scfeed = (succublvl * sucencntrand) + rand(1,(4 * sucencntrand))
-	minut += 360 + ((scfeed * 10) / succublvl)
+	minut += 180 + ((scfeed * 10) / succublvl)
 	pcs_health += 5 * (360 + ((scfeed * 10) / succublvl))
 	pcs_sleep += 15 * ((360 + ((scfeed * 10) / succublvl)) / 60)
 	gs 'stat'