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

[PORT] Fix advanced proximity monitors being 1 tile too small #2455

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

Absolucy
Copy link
Collaborator

Ports tgstation/tgstation#84307

🆑 Melbert
fix: Fix timestop being 1 tile too small again, and fixes a lot of other field effects from being 1-small as well
/:cl:

…4307)

Fixes #84301

Right here,

https://github.com/tgstation/tgstation/blob/d1051ec8a80b34ca3f3cab2a14e75421e3bae3d6/code/datums/proximity_monitor/field.dm#L129-L132

We get the inner turfs and then use them to find the outer turfs

But

We subtract the inner turfs from the outer turfs instead of subtracting
the outer turfs from the inner turfs...

(also adds a unit test and updates the field debugger for better field
debugging)

:cl: Melbert
fix: Fix timestop being 1 tile too small again, and fixes a lot of other
field effects from being 1-small as well
/:cl:
@Absolucy Absolucy closed this Jul 25, 2024
@Absolucy Absolucy reopened this Jul 25, 2024
@wraith-54321 wraith-54321 merged commit c2cd76d into Monkestation:master Aug 2, 2024
41 checks passed
github-actions bot added a commit that referenced this pull request Aug 2, 2024
@Absolucy Absolucy deleted the fieldfix branch August 2, 2024 01:25
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

Successfully merging this pull request may close these issues.

3 participants