mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Merge branch 'no-hyu-clash' into 'master'
Hyudoro doesn't clash Closes ring-racers#357 See merge request kart-krew-dev/ring-racers-internal!2947
This commit is contained in:
commit
3cadaf70cc
1 changed files with 3 additions and 1 deletions
|
|
@ -3953,7 +3953,9 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
||||||
sfx = sfx_s3k45;
|
sfx = sfx_s3k45;
|
||||||
}
|
}
|
||||||
else if (player->hyudorotimer > 0)
|
else if (player->hyudorotimer > 0)
|
||||||
;
|
{
|
||||||
|
clash = false;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
invincible = false;
|
invincible = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue