Adjust item collision.
This commit is contained in:
parent
b9d65388f2
commit
27d385e197
4 changed files with 7 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
[default]
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r709 \cu(Fri 25 Dec 13:57:51 CET 2020)";
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r710 \cu(Sat 26 Dec 23:09:30 CET 2020)";
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ Class ArmorNuggetItem : SWWMSpareArmor
|
|||
Inventory.UseSound "misc/armor_pkup";
|
||||
SWWMSpareArmor.GiveArmor "ArmorNugget";
|
||||
+INVENTORY.ALWAYSPICKUP;
|
||||
Radius 6;
|
||||
Height 20;
|
||||
Radius 4;
|
||||
Height 22;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@ Class HealthNuggetItem : SWWMHealth
|
|||
Inventory.InterHubAmount 20;
|
||||
SWWMHealth.GiveHealth "HealthNugget";
|
||||
+INVENTORY.ALWAYSPICKUP;
|
||||
Radius 6;
|
||||
Height 20;
|
||||
Radius 4;
|
||||
Height 22;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
|
|
@ -795,7 +795,7 @@ Class FuckingInvinciball : Inventory
|
|||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Radius 10;
|
||||
Height 28;
|
||||
Height 26;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -1115,7 +1115,7 @@ Class Omnisight : Inventory
|
|||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Radius 6;
|
||||
Height 24;
|
||||
Height 26;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue