0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 16:30:58 +00:00

Tweak Boss5MakeItRain's bomb launch angles to properly smash the ceiling in the new arena.

This commit is contained in:
toaster 2019-06-19 23:35:18 +01:00
parent 81882b63b8
commit c8d145e474

View file

@ -12716,7 +12716,7 @@ void A_Boss5MakeItRain(mobj_t *actor)
actor->angle += ANGLE_45;
var1 = locvar1;
var2 = offset + (i & 1) ? 55 : 70;
var2 = offset + (i & 1) ? 80 : 85;
A_TrapShot(actor);
}