mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
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:
parent
6a958b032c
commit
a97b068ed7
2 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,7 @@ ACTOR HereticImpLeader : HereticImp 5
|
|||
{
|
||||
Game Heretic
|
||||
SpawnID 7
|
||||
Species "HereticImpLeader"
|
||||
Health 80
|
||||
-MISSILEMORE
|
||||
AttackSound "himp/leaderattack"
|
||||
|
|
|
@ -55,6 +55,7 @@ ACTOR MummyLeader : Mummy 45
|
|||
{
|
||||
Game Heretic
|
||||
SpawnID 2
|
||||
Species "MummyLeader"
|
||||
Health 100
|
||||
Painchance 64
|
||||
Obituary "$OB_MUMMYLEADER"
|
||||
|
@ -89,6 +90,7 @@ ACTOR MummyLeaderGhost : MummyLeader 46
|
|||
{
|
||||
Game Heretic
|
||||
SpawnID 9
|
||||
Species "MummyLeaderGhost"
|
||||
+SHADOW
|
||||
+GHOST
|
||||
RenderStyle Translucent
|
||||
|
|
Loading…
Reference in a new issue