mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Un-nerf Mines on activation tic
This commit is contained in:
parent
b7ff6d56d2
commit
9598995150
1 changed files with 3 additions and 0 deletions
|
@ -3977,6 +3977,9 @@ void A_GrenadeRing(mobj_t *actor)
|
|||
return;
|
||||
#endif
|
||||
|
||||
if (actor->state == &states[S_SSMINE_DEPLOY8])
|
||||
explodedist = (3*explodedist)/2;
|
||||
|
||||
if (leveltime % 35 == 0)
|
||||
S_StartSound(actor, actor->info->activesound);
|
||||
|
||||
|
|
Loading…
Reference in a new issue