mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +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;
|
||||
RenderStyle "Translucent";
|
||||
Alpha 0.5;
|
||||
TAG "$TAG_ENTITY";
|
||||
Tag "$TAG_ENTITY";
|
||||
SeeSound "entity/sight";
|
||||
AttackSound "entity/melee";
|
||||
PainSound "entity/pain";
|
||||
|
@ -242,6 +242,7 @@ class EntitySecond : SpectralMonster
|
|||
MinMissileChance 150;
|
||||
RenderStyle "Translucent";
|
||||
Alpha 0.25;
|
||||
Tag "$TAG_ENTITY";
|
||||
SeeSound "alienspectre/sight";
|
||||
AttackSound "alienspectre/blade";
|
||||
PainSound "alienspectre/pain";
|
||||
|
|
Loading…
Reference in a new issue