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

aas_instant_ tokens produce the "something rare!" console message meant for GS coins #20

Open
ToxicFrog opened this issue Aug 9, 2023 · 0 comments

Comments

@ToxicFrog
Copy link

It looks like the cause is here; the event handler re-uses the gs_gold_coin event type, which produces the "something rare!" message.

Since the instant tokens are meant to be used by other mods to trigger autosaves, this message can be incongruous or confusing; in my case I'm using the token to trigger an autosave when the player finishes a level-up, so it looks very out of place. It probably makes more sense to either not produce a message at all (and leave it to the mod creating the token to emit the message, if it wants one), or to read the message out of the token's tag.

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

No branches or pull requests

1 participant