interaction fix guhhh by Happyrobot33 · Pull Request #1948 · ss14Starlight/space-station-14 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Happyrobot33

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

Changelog

🆑 Happyrobot33

@Happyrobot33

ShadesMars

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 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.

S: Untriaged

Status: Indicates an item has not been triaged and doesn't have appropriate labels.

labels

Oct 17, 2025

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

Changes: C# S: Approved

Status: Reviewed and approved by at least one maintainer or dev; a PR may require another approval.

2 participants

@Happyrobot33 @ShadesMars