From 48f8a753626a32dd3ff581a7a2c7b28fcfd3fac6 Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Sat, 13 Aug 2022 11:59:44 +0200 Subject: [PATCH] Adjust item hitbox sizes. --- language.version | 4 ++-- zscript/dlc1/swwm_ammoitems_dlc.zsc | 6 ++++++ zscript/dlc1/swwm_notashotgun.zsc | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/language.version b/language.version index 6fec40ef9..1aa58eeb2 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r315 \cu(Sat 13 Aug 11:53:37 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r315 \cu(2022-08-13 11:53:37)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r316 \cu(Sat 13 Aug 11:59:44 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r316 \cu(2022-08-13 11:59:44)\c-"; diff --git a/zscript/dlc1/swwm_ammoitems_dlc.zsc b/zscript/dlc1/swwm_ammoitems_dlc.zsc index c24d58619..3d940b7be 100644 --- a/zscript/dlc1/swwm_ammoitems_dlc.zsc +++ b/zscript/dlc1/swwm_ammoitems_dlc.zsc @@ -125,6 +125,8 @@ Class QuadravolAmmo : SWWMAmmo +FLOATBOB; FloatBobStrength 0.25; Accuracy 45; + Radius 2; + Height 20; } States { @@ -138,6 +140,8 @@ Class QuadravolAmmo2 : QuadravolAmmo Default { Inventory.Amount 2; + Radius 3; + Height 20; } } Class QuadravolAmmo3 : QuadravolAmmo @@ -145,6 +149,8 @@ Class QuadravolAmmo3 : QuadravolAmmo Default { Inventory.Amount 3; + Radius 3; + Height 20; } } diff --git a/zscript/dlc1/swwm_notashotgun.zsc b/zscript/dlc1/swwm_notashotgun.zsc index 1d4814af3..fc2e00598 100644 --- a/zscript/dlc1/swwm_notashotgun.zsc +++ b/zscript/dlc1/swwm_notashotgun.zsc @@ -26,6 +26,8 @@ Class Quadravol : SWWMWeapon Stamina 80000; +SWWMWEAPON.NOFIRSTGIVE; +WEAPON.EXPLOSIVE; + Radius 32; + Height 32; } States {