mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
- Door_AnimatedClose and DAME_NO_ARMOR.
This commit is contained in:
parent
917583e108
commit
fc93b9b59b
2 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,7 @@
|
|||
#define DAMAGE_NONPLAYERS 2
|
||||
#define DAMAGE_IN_AIR 4
|
||||
#define DAMAGE_SUBCLASSES_PROTECT 8
|
||||
#define DAMAGE_NO_ARMOR 16
|
||||
|
||||
// Flags for MorphActor -----------------------------------------------------
|
||||
|
||||
|
|
|
@ -264,6 +264,7 @@ special
|
|||
271:Stairs_BuildUpDoomSync(4),
|
||||
272:Stairs_BuildDownDoomSync(4),
|
||||
273:Stairs_BuildUpDoomCrush(5),
|
||||
274:Door_AnimatedClose(2),
|
||||
|
||||
// new to Eternity
|
||||
// 300:Portal_Define(5),
|
||||
|
|
Loading…
Reference in a new issue