mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix cantact with duel Hyudoro crashing in GP bonus (trivial)
This commit is contained in:
parent
5f95ad933f
commit
d236620adf
1 changed files with 2 additions and 1 deletions
|
|
@ -599,6 +599,7 @@ hyudoro_patrol_hit_player
|
||||||
|
|
||||||
P_SetTarget(&hyudoro_target(hyu), master);
|
P_SetTarget(&hyudoro_target(hyu), master);
|
||||||
|
|
||||||
|
if (master && !P_MobjWasRemoved(master))
|
||||||
K_SpawnAmps(master->player, K_PvPAmpReward(20, master->player, player), toucher);
|
K_SpawnAmps(master->player, K_PvPAmpReward(20, master->player, player), toucher);
|
||||||
|
|
||||||
if (center)
|
if (center)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue