Add NOBLOOD flag to Heresiarch actor

Heresiarch entity in vanilla Hexen doesn't spawn blood when hit
This commit is contained in:
alexey.lysiuk 2014-03-18 12:29:14 +02:00
parent d7e81d2cb4
commit 6a958b032c

View file

@ -18,6 +18,7 @@ ACTOR Heresiarch 10080 native
+NOTARGET
+NOICEDEATH
+DEFLECT
+NOBLOOD
SeeSound "SorcererSight"
PainSound "SorcererPain"
DeathSound "SorcererDeathScream"