diff --git a/docs/rh-log.txt b/docs/rh-log.txt index 94f7e6b127..c1ad265889 100644 --- a/docs/rh-log.txt +++ b/docs/rh-log.txt @@ -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 diff --git a/wadsrc/decorate/hexen/fighterplayer.txt b/wadsrc/decorate/hexen/fighterplayer.txt index 2ebadec6d1..be3ff52a57 100644 --- a/wadsrc/decorate/hexen/fighterplayer.txt +++ b/wadsrc/decorate/hexen/fighterplayer.txt @@ -32,7 +32,7 @@ ACTOR FighterPlayer : PlayerPawn Loop Missile: Melee: - CLER EF 8 + PLAY EF 8 Goto Spawn Pain: PLAY G 4 diff --git a/wadsrc/languages/english-us.txt b/wadsrc/languages/english-us.txt index 6a5cc0df98..fda1085a42 100644 --- a/wadsrc/languages/english-us.txt +++ b/wadsrc/languages/english-us.txt @@ -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.";