fix ammo give/autoaim for incinerator/calamity blade

This commit is contained in:
Ricardo Luís Vaz Silva 2025-02-08 14:52:14 -03:00
parent fcc2fc65de
commit 5bc5df8429
2 changed files with 3 additions and 2 deletions

View file

@ -22,8 +22,9 @@ class ID24CalamityBlade : DoomWeapon // Heatwave Generator
{
Weapon.SelectionOrder 1000;
Weapon.AmmoUse 10;
Weapon.AmmoGive 40;
Weapon.AmmoGive 20;
Weapon.AmmoType "ID24Fuel";
+Weapon.NoAutoAim;
Inventory.PickupMessage "$ID24_GOTCALAMITYBLADE";
Tag "$TAG_ID24CALAMITYBLADE";
}

View file

@ -22,7 +22,7 @@ class ID24Incinerator : DoomWeapon // Incinerator
{
Weapon.SelectionOrder 120;
Weapon.AmmoUse 1;
Weapon.AmmoGive 40;
Weapon.AmmoGive 20;
Weapon.AmmoType "ID24Fuel";
Inventory.PickupMessage "$ID24_GOTINCINERATOR";
Tag "$TAG_ID24INCINERATOR";