mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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);
|
||||
follow(toucher);
|
||||
fuse = kMaxFuse;
|
||||
renderflags &= ~RF_DONTDRAW;
|
||||
voice(sfx_s3k8a);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue