Toxomister: make cloud visible when touched

While the cloud is despawning it can still be touched. If
it was touched on an off-tic, it would attach to a player
while remaining invisible.
This commit is contained in:
James R 2025-07-08 17:53:54 -07:00
parent 35a55e8d21
commit 5a990ef027

View file

@ -365,6 +365,7 @@ struct Cloud : Mobj
scale_to(destscale);
follow(toucher);
fuse = kMaxFuse;
renderflags &= ~RF_DONTDRAW;
voice(sfx_s3k8a);
return true;