From 8f1493e1359a40941a5323d1a7df39a5c7ec20ad Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 13 Oct 2016 15:13:33 +0100 Subject: [PATCH] Start big. (He's been on the same powerpoint slide for 30 minutes now.) --- src/g_game.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/g_game.c b/src/g_game.c index 5e45921b7..d90439152 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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