From 64f2dc13e9b8a8bc7658d39b8d706121965a5533 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Mon, 9 May 2022 10:28:20 +0200 Subject: [PATCH] Reduce boss brain radius to match GZDoom's. --- language.version | 4 ++-- zscript/swwm_monsters.zsc | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/language.version b/language.version index 117360e5f..e13910546 100644 --- a/language.version +++ b/language.version @@ -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-"; diff --git a/zscript/swwm_monsters.zsc b/zscript/swwm_monsters.zsc index f060e3281..e248d602a 100644 --- a/zscript/swwm_monsters.zsc +++ b/zscript/swwm_monsters.zsc @@ -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