mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 23:21:41 +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
|
Game Heretic
|
||||||
SpawnID 7
|
SpawnID 7
|
||||||
|
Species "HereticImpLeader"
|
||||||
Health 80
|
Health 80
|
||||||
-MISSILEMORE
|
-MISSILEMORE
|
||||||
AttackSound "himp/leaderattack"
|
AttackSound "himp/leaderattack"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue