Add new skin flag SF_NOSHIELDABILITY
This adds the skin flag SF_NOSHIELDABILITY
, an easy way of disabling shield abilities for custom characters. The main difference between this flag and just returning true
in ShieldSpecial
is that this prevents target arrows from appearing with the attraction shield.
Also allows ShieldSpecial
to access the whirlwind emergency jump so it's less of a pain to override that by itself.
Merge request reports
Activity
Filter activity
added 133 commits
-
4521827e...760e083c - 132 commits from branch
STJr:next
- 721170f5 - lol
-
4521827e...760e083c - 132 commits from branch
added Feature label
A GETFLAG macro for the new skin flag needs to be added, at around https://git.do.srb2.org/STJr/SRB2/blob/next/src/r_skins.c#L496
Otherwise it would be impossible to set it using noshieldability = 1 for example
mentioned in commit 84e9020e
mentioned in issue #616 (closed)
Please register or sign in to reply