- Fixed: Getting remorphed into a chicken should give you a Tome of Power so that you become a
super chicken. Rawr! The PlayerPawn flag CANSUPERMORPH now enables this. SVN r3763 (trunk)
This commit is contained in:
parent
6f93b88245
commit
a26cd841ae
4 changed files with 10 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ static FFlagDef PlayerPawnFlags[] =
|
|||
{
|
||||
// PlayerPawn flags
|
||||
DEFINE_FLAG(PPF, NOTHRUSTWHENINVUL, APlayerPawn, PlayerFlags),
|
||||
DEFINE_FLAG(PPF, CANSUPERMORPH, APlayerPawn, PlayerFlags),
|
||||
};
|
||||
|
||||
static const struct FFlagList { const PClass *Type; FFlagDef *Defs; int NumDefs; } FlagLists[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue