|
@@ -376,17 +376,17 @@ if daystart = 0: daystart = 1
|
|
|
|
|
|
if vgape > 0:
|
|
|
if vgapetime = 0: vgapetime = totminut
|
|
|
- if vgapetime + 2500 <= totminut:vgape -= 1 & vgapetime = 0
|
|
|
+ if (vgapetime + 2500) <= totminut:vgape -= 1 & vgapetime = 0
|
|
|
end
|
|
|
|
|
|
if agape > 0:
|
|
|
if agapetime = 0: agapetime = totminut
|
|
|
- if agapetime + 2500 <= totminut:vgape -= 1 & vgapetime = 0
|
|
|
+ if (agapetime + 2500) <= totminut:agape -= 1 & agapetime = 0
|
|
|
end
|
|
|
|
|
|
if spanked > 0:
|
|
|
if spankedtime = 0: spankedtime = totminut
|
|
|
- if spankedtime + 2500 <= totminut:spanked -= 1 & spankedtime = 0
|
|
|
+ if (spankedtime + 2500) <= totminut:spanked -= 1 & spankedtime = 0
|
|
|
end
|
|
|
|
|
|
if sec >= 60:
|