diff --git a/src/y_inter.c b/src/y_inter.c index d8291933..b1c7198e 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -2410,6 +2410,8 @@ void Y_VoteTicker(void) if (tempvotes[((pickedvote + voteclient.roffset + i) % numvotes)] == pickedvote) { voteclient.rendoff = voteclient.roffset+i; + if (P_RandomChance(FRACUNIT/1024)) // Let it cheat occasionally~ + voteclient.rendoff++; S_ChangeMusicInternal("voteeb", false); break; }