Reduce boss brain radius to match GZDoom's.

This commit is contained in:
Mari the Deer 2022-05-09 10:28:20 +02:00
commit 522384b93f
2 changed files with 6 additions and 4 deletions

View file

@ -206,6 +206,7 @@ Class SWWMBossBrainPain : Actor
Default
{
RenderStyle "Add";
Scale .8;
Radius .1;
Height 0.;
}
@ -285,8 +286,9 @@ Class SWWMBossBrain : BossBrain
Default
{
Tag "$FN_BOSSBRAIN";
Radius 20;
Height 40;
Scale .8;
Radius 16;
Height 32;
+NOBLOOD;
}
States