Enable fighting between different types of gargoyles and golems

In vanilla Heretic:
- Gargoyles are able to fight with Fire Gargoyles
- Golems are able to fight with Nitro Golems, both regular and ghosted versions
This commit is contained in:
alexey.lysiuk 2014-03-30 13:27:27 +03:00
parent 6a958b032c
commit a97b068ed7
2 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@ ACTOR HereticImpLeader : HereticImp 5
{ {
Game Heretic Game Heretic
SpawnID 7 SpawnID 7
Species "HereticImpLeader"
Health 80 Health 80
-MISSILEMORE -MISSILEMORE
AttackSound "himp/leaderattack" AttackSound "himp/leaderattack"

View file

@ -55,6 +55,7 @@ ACTOR MummyLeader : Mummy 45
{ {
Game Heretic Game Heretic
SpawnID 2 SpawnID 2
Species "MummyLeader"
Health 100 Health 100
Painchance 64 Painchance 64
Obituary "$OB_MUMMYLEADER" Obituary "$OB_MUMMYLEADER"
@ -89,6 +90,7 @@ ACTOR MummyLeaderGhost : MummyLeader 46
{ {
Game Heretic Game Heretic
SpawnID 9 SpawnID 9
Species "MummyLeaderGhost"
+SHADOW +SHADOW
+GHOST +GHOST
RenderStyle Translucent RenderStyle Translucent