Up ghost tics on ballhog

This commit is contained in:
SeventhSentinel 2018-06-27 10:37:19 -04:00
parent bd5c2d0720
commit 06646252c1

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;