Small cleanup. More credits.

This commit is contained in:
Mari the Deer 2023-09-24 23:35:48 +02:00
commit fbf3e9fee3
7 changed files with 9 additions and 48 deletions

View file

@ -268,6 +268,8 @@ Class SWWMAmmo : Ammo
+INVENTORY.IGNORESKILL;
+DONTGIB;
Inventory.PickupFlash "SWWMPickupFlash";
+FLOATBOB;
FloatBobStrength 0.25;
}
}
@ -298,6 +300,8 @@ Class MagAmmo : Inventory abstract
Inventory.PickupSound "misc/bullet_pkup";
Inventory.Amount 1;
Inventory.PickupFlash "SWWMPickupFlash";
+FLOATBOB;
FloatBobStrength 0.25;
}
virtual Class<MagAmmo> GetParentMagAmmo()