mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Start big. (He's been on the same powerpoint slide for 30 minutes now.)
This commit is contained in:
parent
a119db3a85
commit
8f1493e135
1 changed files with 3 additions and 0 deletions
|
|
@ -2196,6 +2196,9 @@ void G_PlayerReborn(INT32 player)
|
|||
p->health = 1; // 0 rings
|
||||
p->panim = PA_IDLE; // standing animation
|
||||
|
||||
if (mariomode)
|
||||
p->powers[pw_shield] = SH_PITY; // start big
|
||||
|
||||
if ((netgame || multiplayer) && !p->spectator)
|
||||
p->powers[pw_flashing] = flashingtics-1; // Babysitting deterrent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue