Add invulnerability stars

This commit is contained in:
Alayan 2018-09-21 06:47:13 +02:00
parent a9b49305db
commit 1285f8c58c

View File

@ -1799,6 +1799,7 @@ void Kart::setSquash(float time, float slowdown)
{
unsetSuper(true /*instant*/);
setInvulnerableTicks(stk_config->time2Ticks(2.5f));
showStarEffect(2.5f);
return;
}