interaction fix guhhh by Happyrobot33 · Pull Request #1948 · ss14Starlight/space-station-14 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
Short description
fixes interaction distance missing
I will never not forget to do this for new interactable systems
Why we need to add this
gwah
Media (Video/Screenshots)
Checks
- I do not require assistance to complete the PR.
- Before posting/requesting review of a PR, I have verified that the changes work.
- I have added screenshots/videos of the changes, or this PR does not change in-game mechanics.
- I affirm that my changes are licensed under the Starlight Fork License and grant permission for use in this repository under its conditions.
Changelog
🆑 Happyrobot33
- fix: Fixed no distance limit on social interactions
| private bool CheckInteractable(EntityUid user, EntityUid target) |
| { |
| if (!_actionBlockerSystem.CanInteract(user, target)) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh this does not check for range? surprised.
starlightgithub Bot added S: Approved
Status: Reviewed and approved by at least one maintainer or dev; a PR may require another approval.
and removed S: Needs Review
Status: Requires additional reviews before being fully accepted. Not to be replaced by S: Approved.
Status: Indicates an item has not been triaged and doesn't have appropriate labels.
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Labels
Status: Reviewed and approved by at least one maintainer or dev; a PR may require another approval.