Skip to content

Fix some Things with Interaction Verbs#854

Merged
DEATHB4DEFEAT merged 3 commits intoSimple-Station:masterfrom
Mnemotechnician:fix/interaction-verbs-stuff
Sep 5, 2024
Merged

Fix some Things with Interaction Verbs#854
DEATHB4DEFEAT merged 3 commits intoSimple-Station:masterfrom
Mnemotechnician:fix/interaction-verbs-stuff

Conversation

@Mnemotechnician
Copy link
Copy Markdown
Contributor

Description

Fixes:

  • Interaction verbs being usable regardless of whether the user can access the target (I checked for CanInteract but not CanAccess 😭), which fixes Bug with interaction system #836
  • Certain close-range verbs having a ridiculous 2-tile range (now it's 1.2, similarly to hugging and other things)
  • Certain locale strings missing

This also separates verb checks into its own method in the interaction verb system and adds more error messages instead of one generic "some requirements are not met".

Changelog

🆑

  • fix: Fixed a couple issues with the new interaction verb system.

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: YML Changes any yml files labels Sep 4, 2024
@SimpleStation14 SimpleStation14 changed the title Fix some things with interaction verbs Fix some Things with Interaction Verbs Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: YML Changes any yml files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug with interaction system

3 participants