- 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:
Randy Heit 2012-07-15 03:10:00 +00:00
commit a26cd841ae
4 changed files with 10 additions and 0 deletions

View file

@ -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[] =