mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Add NOBLOOD flag to Heresiarch actor
Heresiarch entity in vanilla Hexen doesn't spawn blood when hit
This commit is contained in:
parent
d7e81d2cb4
commit
6a958b032c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ ACTOR Heresiarch 10080 native
|
|||
+NOTARGET
|
||||
+NOICEDEATH
|
||||
+DEFLECT
|
||||
+NOBLOOD
|
||||
SeeSound "SorcererSight"
|
||||
PainSound "SorcererPain"
|
||||
DeathSound "SorcererDeathScream"
|
||||
|
|
Loading…
Reference in a new issue