diff --git a/src/pregmod/seFCTVwatch.tw b/src/pregmod/seFCTVwatch.tw index 3005840edc287c9f3ed9b0b19f39aad596cc01c5..dda84826e9f0d66fa9106ff22396d571ef2a495e 100644 --- a/src/pregmod/seFCTVwatch.tw +++ b/src/pregmod/seFCTVwatch.tw @@ -20,11 +20,11 @@ <<set $showSixteen = 0>> <</if>> -<<set $randShow = random(0,15)>> +<<set $randShow = random(0,16)>> <<set $FCTVshow = 0>> <<if $randShow == $lastShow>> <<set $randShow += 1>> - <<if $randShow > 15>> + <<if $randShow > 16>> <<set $randShow = 0>> <</if>> <</if>>