mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- DECORATE fixes.
SVN r1172 (trunk)
This commit is contained in:
parent
e54c7f6e46
commit
909656c7c5
3 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,8 @@ ACTOR HereticImpBall
|
||||||
FastSpeed 20
|
FastSpeed 20
|
||||||
Damage 1
|
Damage 1
|
||||||
Projectile
|
Projectile
|
||||||
|
SeeSound "himp/leaderattack"
|
||||||
|
+SPAWNSOUNDSOURCE
|
||||||
-ACTIVATEPCROSS
|
-ACTIVATEPCROSS
|
||||||
-ACTIVATEIMPACT
|
-ACTIVATEIMPACT
|
||||||
RenderStyle Add
|
RenderStyle Add
|
||||||
|
|
|
@ -17,6 +17,7 @@ ACTOR Crusader 3005
|
||||||
+MISSILEMORE
|
+MISSILEMORE
|
||||||
+INCOMBAT
|
+INCOMBAT
|
||||||
+NOICEDEATH
|
+NOICEDEATH
|
||||||
|
+NOBLOOD
|
||||||
MinMissileChance 120
|
MinMissileChance 120
|
||||||
MaxDropoffHeight 32
|
MaxDropoffHeight 32
|
||||||
DropItem "EnergyPod", 256, 20
|
DropItem "EnergyPod", 256, 20
|
||||||
|
|
|
@ -1767,6 +1767,7 @@ ACTOR CeilingTurret 27
|
||||||
Painchance 0
|
Painchance 0
|
||||||
Mass 10000000
|
Mass 10000000
|
||||||
Monster
|
Monster
|
||||||
|
-SOLID
|
||||||
+AMBUSH
|
+AMBUSH
|
||||||
+SPAWNCEILING
|
+SPAWNCEILING
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
|
|
Loading…
Reference in a new issue