Up ghost tics on ballhog

This commit is contained in:
SeventhSentinel 2018-06-27 10:37:19 -04:00
parent feb50daa26
commit 4a03a57c13

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;