Skip to content

Commit

Permalink
- add missing SPAC constants
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Sep 18, 2020
1 parent 0adbb8d commit 7073bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wadsrc/static/zscript/constants.zs
Expand Up @@ -1270,6 +1270,8 @@ enum SPAC
SPAC_MUse = 1<<8, // monsters can use
SPAC_MPush = 1<<9, // monsters can push
SPAC_UseBack = 1<<10, // Can be used from the backside
SPAC_Damage = 1<<11, // [ZZ] when linedef receives damage
SPAC_Death = 1<<12, // [ZZ] when linedef receives damage and has 0 health

SPAC_PlayerActivate = (SPAC_Cross|SPAC_Use|SPAC_Impact|SPAC_Push|SPAC_AnyCross|SPAC_UseThrough|SPAC_UseBack),
};
Expand Down

0 comments on commit 7073bd8

Please sign in to comment.