mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-21 04:51:45 +00:00
HUD tracking: only display Super Flicky tracker if Flicky can be whipped
This commit is contained in:
parent
2188338a7e
commit
1666047f30
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ bool is_object_tracking_target(const mobj_t* mobj)
|
|||
return is_player_tracking_target() && Obj_MonitorGetEmerald(mobj) != 0;
|
||||
|
||||
case MT_SUPER_FLICKY:
|
||||
return Obj_IsSuperFlickyTargettingYou(mobj, stplyr->mo);
|
||||
return Obj_IsSuperFlickyWhippable(mobj, stplyr->mo);
|
||||
|
||||
case MT_SPRAYCAN:
|
||||
return !(mobj->renderflags & (RF_TRANSMASK | RF_DONTDRAW)) && // the spraycan wasn't collected yet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue