Merge branch 'hyu-is-not-damage' into 'master'

Use non-damaging hitlag for Hyudoro collide (Fixes #322)

Closes #322

See merge request KartKrew/Kart!751
This commit is contained in:
Oni 2022-11-04 00:43:54 +00:00
commit 4a3369d51a

View file

@ -406,7 +406,7 @@ hyudoro_patrol_hit_player
if (!player->itemamount) if (!player->itemamount)
return false; return false;
K_AddHitLag(toucher, TICRATE/2, true); K_AddHitLag(toucher, TICRATE/2, false);
hyudoro_mode(hyu) = HYU_RETURN; hyudoro_mode(hyu) = HYU_RETURN;
hyudoro_itemtype(hyu) = player->itemtype; hyudoro_itemtype(hyu) = player->itemtype;