From d73d5dcaacab0a1396ec1b2036986fd690661595 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 1 Mar 2009 21:12:05 +0000 Subject: [PATCH] - Changed burn and Acolyte death sequences so that they leave corpses that don't vanish. SVN r1458 (trunk) --- docs/rh-log.txt | 2 ++ wadsrc/static/actors/strife/acolyte.txt | 2 +- wadsrc/static/actors/strife/strifehumanoid.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/rh-log.txt b/docs/rh-log.txt index d16d53c9c4..4d17ac532f 100644 --- a/docs/rh-log.txt +++ b/docs/rh-log.txt @@ -1,4 +1,6 @@ March 1, 2009 (Changes by Graf Zahl) +- Changed burn and Acolyte death sequences so that they leave corpses that + don't vanish. - Fixed: AActor::SetOrigin must call P_FindFloorCeiling to get the true floor and ceiling heights. Otherwise the actor will fall right through 3DMidtex textures (and 3D-floors.) diff --git a/wadsrc/static/actors/strife/acolyte.txt b/wadsrc/static/actors/strife/acolyte.txt index d19f177525..139b13056c 100644 --- a/wadsrc/static/actors/strife/acolyte.txt +++ b/wadsrc/static/actors/strife/acolyte.txt @@ -57,7 +57,7 @@ ACTOR Acolyte : StrifeHumanoid AGRD K 3 A_NoBlocking AGRD L 3 AGRD M 3 A_AcolyteDie - AGRD N 1400 + AGRD N -1 Stop XDeath: GIBS A 5 A_NoBlocking diff --git a/wadsrc/static/actors/strife/strifehumanoid.txt b/wadsrc/static/actors/strife/strifehumanoid.txt index fc7d85d817..c81f40f34a 100644 --- a/wadsrc/static/actors/strife/strifehumanoid.txt +++ b/wadsrc/static/actors/strife/strifehumanoid.txt @@ -22,7 +22,7 @@ ACTOR StrifeHumanoid BURN N 5 Bright BURN OPQPQ 5 Bright BURN RSTU 7 Bright - BURN V 700 + BURN V -1 Stop Disintegrate: DISR A 5 A_PlaySoundEx("misc/disruptordeath", "Voice")