Checking for Fire Flowers

Status
Not open for further replies.
How do i use lua to check if the player has a fire flower? The closest I can get is checking if the player's color is white and if they have a shield.
 
Use (player.powers[pw_shield] & SH_FIREFLOWER) to check if player has a Fire Flower. Here's the relevant wiki article.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top