Reduce boss brain radius to match GZDoom's.

This commit is contained in:
Mari the Deer 2022-05-09 10:28:20 +02:00 committed by Marisa the Magician
commit 64f2dc13e9
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.19 \cu(Sun 8 May 23:26:23 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.2.19 \cu(2022-05-08 23:26:23)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.19 \cu(Fri 13 May 19:41:33 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.2.19 \cu(2022-05-13 19:41:33)\c-";

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