mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
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:
parent
35a55e8d21
commit
5a990ef027
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ struct Cloud : Mobj
|
||||||
scale_to(destscale);
|
scale_to(destscale);
|
||||||
follow(toucher);
|
follow(toucher);
|
||||||
fuse = kMaxFuse;
|
fuse = kMaxFuse;
|
||||||
|
renderflags &= ~RF_DONTDRAW;
|
||||||
voice(sfx_s3k8a);
|
voice(sfx_s3k8a);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue