mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Fixed: The Acolyte's obituary wasn't printed.
- Fixed: The fighter player's attack state used the Cleric's sprite. SVN r407 (trunk)
This commit is contained in:
parent
767a21931d
commit
6f3a28e355
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
December 8, 2006 (Changes by Graf Zahl)
|
||||
- Fixed: The Acolyte's obituary wasn't printed.
|
||||
- Fixed: The fighter player's attack state used the Cleric's sprite.
|
||||
|
||||
December 5, 2006 (Changes by Graf Zahl)
|
||||
- Moved A_ThrowGrenade from Inventory to Actor because it can also be used by
|
||||
monsters
|
||||
|
|
|
@ -32,7 +32,7 @@ ACTOR FighterPlayer : PlayerPawn
|
|||
Loop
|
||||
Missile:
|
||||
Melee:
|
||||
CLER EF 8
|
||||
PLAY EF 8
|
||||
Goto Spawn
|
||||
Pain:
|
||||
PLAY G 4
|
||||
|
|
|
@ -648,7 +648,7 @@ OB_KORAX = "%o was swept from the board by Korax.";
|
|||
OB_FBOSS = "%o was slain by Zedek.";
|
||||
OB_MBOSS = "%o couldn't absorb Menelkir's Mana.";
|
||||
OB_CBOSS = "%o was baptized by Traductus.";
|
||||
OB_HERESIARCH = "%o had his bones rolled by the Heresiarch."
|
||||
OB_HERESIARCH = "%o had his bones rolled by the Heresiarch.";
|
||||
|
||||
OB_ACOLYTE = "%o was zealously shot down by an Acolyte.";
|
||||
OB_MACIL = "%o should have never rebelled against Macil.";
|
||||
|
|
Loading…
Reference in a new issue