Quote:
Originally posted by Boofo
Zzed, I was looking at you code and I am confused about something. What is the $post[stunned] in this line and what does it do? That is the only place in the code I see that. 
PHP Code:
if(($post[miserable] == 1) || ($post[stunned] & 4)){
|
Sorry Boofo, That was a small leftover from another hack that I combined with the misery hack. It should not cause any problems since $post[stunned] will be 0 by default.