mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Added MF4_BOSSDEATH to the Baron.
SVN r1081 (trunk)
This commit is contained in:
parent
c5e62a577f
commit
d167989c51
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ ACTOR BaronOfHell 3003
|
||||||
PainChance 50
|
PainChance 50
|
||||||
Monster
|
Monster
|
||||||
+FLOORCLIP
|
+FLOORCLIP
|
||||||
|
+BOSSDEATH
|
||||||
SeeSound "baron/sight"
|
SeeSound "baron/sight"
|
||||||
PainSound "baron/pain"
|
PainSound "baron/pain"
|
||||||
DeathSound "baron/death"
|
DeathSound "baron/death"
|
||||||
|
@ -63,6 +64,7 @@ ACTOR HellKnight : BaronOfHell 69
|
||||||
Game Doom
|
Game Doom
|
||||||
SpawnID 113
|
SpawnID 113
|
||||||
Health 500
|
Health 500
|
||||||
|
-BOSSDEATH
|
||||||
SeeSound "knight/sight"
|
SeeSound "knight/sight"
|
||||||
ActiveSound "knight/active"
|
ActiveSound "knight/active"
|
||||||
PainSound "knight/pain"
|
PainSound "knight/pain"
|
||||||
|
|
Loading…
Reference in a new issue