mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-03 00:12:03 +00:00
fix ammo give/autoaim for incinerator/calamity blade
This commit is contained in:
parent
fcc2fc65de
commit
5bc5df8429
2 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue