mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
Hyudoro doesn't clash
This commit is contained in:
parent
2270813eee
commit
83a0ca6a1f
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