mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
Add missing tag for the sub-Entity bosses. This was missed in the previous commit.
This commit is contained in:
parent
b28e5cb917
commit
43937e4338
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ class EntityBoss : SpectralMonster
|
||||||
MinMissileChance 150;
|
MinMissileChance 150;
|
||||||
RenderStyle "Translucent";
|
RenderStyle "Translucent";
|
||||||
Alpha 0.5;
|
Alpha 0.5;
|
||||||
TAG "$TAG_ENTITY";
|
Tag "$TAG_ENTITY";
|
||||||
SeeSound "entity/sight";
|
SeeSound "entity/sight";
|
||||||
AttackSound "entity/melee";
|
AttackSound "entity/melee";
|
||||||
PainSound "entity/pain";
|
PainSound "entity/pain";
|
||||||
|
@ -242,6 +242,7 @@ class EntitySecond : SpectralMonster
|
||||||
MinMissileChance 150;
|
MinMissileChance 150;
|
||||||
RenderStyle "Translucent";
|
RenderStyle "Translucent";
|
||||||
Alpha 0.25;
|
Alpha 0.25;
|
||||||
|
Tag "$TAG_ENTITY";
|
||||||
SeeSound "alienspectre/sight";
|
SeeSound "alienspectre/sight";
|
||||||
AttackSound "alienspectre/blade";
|
AttackSound "alienspectre/blade";
|
||||||
PainSound "alienspectre/pain";
|
PainSound "alienspectre/pain";
|
||||||
|
|
Loading…
Reference in a new issue