mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Tweak Boss5MakeItRain's bomb launch angles to properly smash the ceiling in the new arena.
This commit is contained in:
parent
84ff2a57a1
commit
f9e09ec31f
1 changed files with 1 additions and 1 deletions
|
@ -12414,7 +12414,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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue