Skip to content

Fixes #3703 - Rock of excessive earthquakes in Sticks and Stones#3755

Open
PNazareth wants to merge 1 commit intoSuperTux:masterfrom
PNazareth:fix-rock-earthquakes
Open

Fixes #3703 - Rock of excessive earthquakes in Sticks and Stones#3755
PNazareth wants to merge 1 commit intoSuperTux:masterfrom
PNazareth:fix-rock-earthquakes

Conversation

@PNazareth
Copy link
Copy Markdown

Ensures the earthquake trap only activates once.
Previously, grabbing the rock multiple times would trigger
repeated earthquakes even after the trap was already active.

To solve this, I added a boolean flag in the level file
to verify if the trap had already been activated
and prevent re-activation after the first time.

Closes #3703

Ensures the earthquake trap only activates once.
Previously, grabbing
the rock multiple times would trigger repeated earthquakes even after
the trap was already active.

To solve this, I added a boolean flag in the level file to verify if
the trap had already been activated and prevent re-activation after
the first time.

Closes SuperTux#3703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Rooted Forest: Rock of excessive earthquakes in Sticks and Stones

1 participant