mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Added a definition for OB_MPMAULER1 and removed the needless reference to OB_MPMAULER2.
SVN r4270 (trunk)
This commit is contained in:
parent
ec7f433da3
commit
71f42122bc
2 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,6 @@ ACTOR Mauler2 : Mauler
|
|||
Weapon.AmmoGive1 0
|
||||
Weapon.AmmoType1 "EnergyPod"
|
||||
Weapon.SisterWeapon "Mauler"
|
||||
Obituary "$OB_MPMAULER2"
|
||||
Tag "$TAG_MAULER2"
|
||||
|
||||
action native A_FireMauler2Pre ();
|
||||
|
|
|
@ -806,6 +806,7 @@ OB_MPMINIMISSILELAUNCHER = "%o gulped down %k's missile.";
|
|||
OB_MPSTRIFEGRENADE = "%o was inverted by %k's H-E grenade.";
|
||||
OB_MPPHOSPHOROUSGRENADE = "%o took a flame bath in %k's phosphorous pyre.";
|
||||
OB_MPFLAMETHROWER = "%o was barbecued by %k.";
|
||||
OP_MPMAULER1 = "%o was zapped by %k.";
|
||||
OB_MPMAULER = "%o was viciously vaporized by %k.";
|
||||
OB_MPSIGIL = "%o bowed down to the sheer power of %k's Sigil.";
|
||||
|
||||
|
|
Loading…
Reference in a new issue