mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +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…
Reference in a new issue