Merge branch 'sonicitems' of https://git.magicalgirl.moe/KartKrew/Kart.git into sonicitems

This commit is contained in:
toaster 2018-06-27 15:38:51 +01:00
commit 5de9851281

View file

@ -8122,7 +8122,7 @@ void P_MobjThinker(mobj_t *mobj)
mobj->threshold--;
break;
case MT_BALLHOG:
P_SpawnGhostMobj(mobj)->fuse = 2;
P_SpawnGhostMobj(mobj)->fuse = 3;
if (mobj->threshold > 0)
mobj->threshold--;
break;