mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
Add screenshake to MT_SPECIALSTAGEBOMB explosions
This commit is contained in:
parent
7a8bb8ec40
commit
1ea5b6759a
1 changed files with 1 additions and 0 deletions
|
|
@ -13113,6 +13113,7 @@ void A_SpecialStageBombExplode(mobj_t *actor)
|
|||
return;
|
||||
|
||||
K_SpawnLandMineExplosion(actor, SKINCOLOR_KETCHUP, actor->hitlag);
|
||||
P_StartQuakeFromMobj(TICRATE/6, 24 * actor->scale, 512 * mapobjectscale, actor);
|
||||
}
|
||||
|
||||
// A_LightningFollowPlayer:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue