Toxomister: player can punt cloud attached to themself

This commit is contained in:
James R 2025-07-22 21:39:15 -07:00
parent 936b8e7d0c
commit f9c73a04c2

View file

@ -288,6 +288,12 @@ struct Cloud : Mobj
return false;
}
if (K_PuntCollide(this, follow()))
{
remove();
return false;
}
move_origin(follow()->pos());
momx = 0;
momy = 0;