From 6fd62b68a82d7461e1e3a8dbd6fe983b1561fa98 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 15 May 2009 07:05:25 +0000 Subject: [PATCH] - fixed a few Heretic actors: * The pod generator's attacksound was wrong * The teleglitter generators need different flags if they are supposed to work with z-aware spawning of the glitter. * The knight's axes need the THRUGHOST flag. SVN r1582 (trunk) --- docs/rh-log.txt | 9 ++++++++- wadsrc/static/actors/heretic/hereticmisc.txt | 6 +++--- wadsrc/static/actors/heretic/knight.txt | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/rh-log.txt b/docs/rh-log.txt index d4f5ba3165..baba0c1d8e 100644 --- a/docs/rh-log.txt +++ b/docs/rh-log.txt @@ -1,4 +1,11 @@ -May 14, 2009 +May 14, 2009 (Changes by Graf Zahl) +- fixed a few Heretic actors: + * The pod generator's attacksound was wrong + * The teleglitter generators need different flags if they are supposed to work + with z-aware spawning of the glitter. + * The knight's axes need the THRUGHOST flag. + +May 14, 2009 - Fixed non-POD passing in G_BuildSaveName() and other things GCC warned about. - Added support for imploded zips. diff --git a/wadsrc/static/actors/heretic/hereticmisc.txt b/wadsrc/static/actors/heretic/hereticmisc.txt index b3ed44c8ee..a11a984a77 100644 --- a/wadsrc/static/actors/heretic/hereticmisc.txt +++ b/wadsrc/static/actors/heretic/hereticmisc.txt @@ -68,7 +68,7 @@ ACTOR PodGenerator 43 +NOBLOCKMAP +NOSECTOR +DONTSPLASH - AttackSound "misc/podgrow" + AttackSound "world/podgrow" action native A_MakePod (class podtype = "Pod"); @@ -88,9 +88,9 @@ ACTOR TeleGlitterGenerator1 74 Game Heretic SpawnID 166 +NOBLOCKMAP - +NOSECTOR +NOGRAVITY +DONTSPLASH + +MOVEWITHSECTOR States { Spawn: @@ -106,9 +106,9 @@ ACTOR TeleGlitterGenerator2 52 Game Heretic SpawnID 167 +NOBLOCKMAP - +NOSECTOR +NOGRAVITY +DONTSPLASH + +MOVEWITHSECTOR States { Spawn: diff --git a/wadsrc/static/actors/heretic/knight.txt b/wadsrc/static/actors/heretic/knight.txt index cc47323a54..584bcd72e7 100644 --- a/wadsrc/static/actors/heretic/knight.txt +++ b/wadsrc/static/actors/heretic/knight.txt @@ -86,6 +86,7 @@ ACTOR KnightAxe -ACTIVATEIMPACT -ACTIVATEPCROSS +WINDTHRUST + +THRUGHOST DeathSound "hknight/hit" States {