From 6f3a28e3551c55d08c0544405b0610d7d90fc0f9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 8 Dec 2006 08:47:57 +0000 Subject: [PATCH] - Fixed: The Acolyte's obituary wasn't printed. - Fixed: The fighter player's attack state used the Cleric's sprite. SVN r407 (trunk) --- docs/rh-log.txt | 4 ++++ wadsrc/decorate/hexen/fighterplayer.txt | 2 +- wadsrc/languages/english-us.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/rh-log.txt b/docs/rh-log.txt index 94f7e6b12..c1ad26588 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 2ebadec6d..be3ff52a5 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 6a5cc0df9..fda1085a4 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.";