Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vanilla Bug] Enable a disabled Trigger with a difficulty setting is ignoring the diff. setting #1055

Open
3 tasks done
MarkJFox opened this issue May 23, 2024 · 0 comments
Open
3 tasks done
Labels
vanilla-bug Something isn't working in the original game

Comments

@MarkJFox
Copy link

First Check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I have attached as much information as possible (screenshots, debug and exception logs, etc).

Description

You can create Triggers which should only fire on specific difficulties (In WAE with the checkboxes for Easy, Medium and Hard) like give the player extra money on easy. And you can also disable triggers from the start and enable them with another trigger. If you enable a pre-disabled trigger, which should only fire on specific difficulty, the trigger ignores the difficulty and gets fired.
The difficulty setting works only, if the trigger is enabled on start.

Required Code (optional)

No response

Steps To Reproduce

Just an example:
Create a trigger for easy and check the disable checkbox.
Create a second trigger, which enables the first one.
Start the game in Medium or Hard and fire the second trigger, which enables the first. It still gets fired and ignores the difficulty here.

Expected Behaviour

The trigger should only fire for his difficulty

Actual Behaviour

The trigger ignores the difficulty setting and fires.

Additional Context

No response

@MarkJFox MarkJFox added the vanilla-bug Something isn't working in the original game label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vanilla-bug Something isn't working in the original game
Projects
None yet
Development

No branches or pull requests

1 participant