diff --git a/docs/rh-log.txt b/docs/rh-log.txt index d4f5ba316..baba0c1d8 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 b3ed44c8e..a11a984a7 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 cc47323a5..584bcd72e 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 {