Increment total flips for flip tokens and flipgravity(player)

They flip the player, they should count towards total flips like gravity
lines do.
This commit is contained in:
Misa
2021-08-22 20:39:05 -07:00
parent 8329afc6df
commit 52918ba510
2 changed files with 2 additions and 0 deletions

View File

@@ -1006,6 +1006,7 @@ void scriptclass::run(void)
if (words[1] == "player")
{
game.gravitycontrol = !game.gravitycontrol;
++game.totalflips;
}
else
{