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

[MIRROR] Splits placeontop proc #715

Merged
merged 1 commit into from
Nov 19, 2023
Merged

[MIRROR] Splits placeontop proc #715

merged 1 commit into from
Nov 19, 2023

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Skyrat: Skyrat-SS13/Skyrat-tg#25103
Original PR: tgstation/tgstation#79702

About The Pull Request

I find the proc hard to read honestly. There's no reason we can't split this into two functions - the secondary functionality is used only once, in reader.dmm.

Why It's Good For The Game

Code improvement
Glorious snake case

Changelog

N/A nothing player facing

* Splits placeontop proc (#79702)

## About The Pull Request
I find the proc hard to read honestly. There's no reason we can't split
this into two functions - the secondary functionality is used only once,
in reader.dmm.
## Why It's Good For The Game
Code improvement
Glorious snake case
## Changelog
N/A nothing player facing

---------

Co-authored-by: san7890 <34697715+san7890@ users.noreply.github.com>

* Splits placeontop proc

* Update brass_spreader.dm

---------

Co-authored-by: Jeremiah <[email protected]>
Co-authored-by: san7890 <34697715+san7890@ users.noreply.github.com>
Co-authored-by: Bloop <[email protected]>
@Iajret Iajret merged commit 06b0268 into master Nov 19, 2023
24 checks passed
@Iajret Iajret deleted the upstream-mirror-25103 branch November 19, 2023 17:22
Iajret pushed a commit that referenced this pull request Jan 31, 2024
…al list (#715)

* Station Goals are now handled by SSstation instead of a global list (#81177)

## About The Pull Request

You can now get station goals in a slightly better way over using a
`locate() in` call on a global list.
The Meteor Satellite goal no longer stores a giant list of ALL OBJECTS
in view. And now correctly only counts turfs.
## Changelog
:cl:
fix: Meteor Satellites no longer erroneously count every piece of paper
as a protected turf.
fix: As a result the station goal is slightly more difficult
/:cl:

---------

Co-authored-by: LemonInTheDark <[email protected]>

* Station Goals are now handled by SSstation instead of a global list

* Modular

* Okay, length() it is

* Wait that was wrong before

* Some more forgotten things

* ...

---------

Co-authored-by: Zephyr <[email protected]>
Co-authored-by: LemonInTheDark <[email protected]>
Co-authored-by: Mal <[email protected]>
ReezeBL pushed a commit that referenced this pull request Feb 6, 2024
…al list (#715) (#1781)

* Station Goals are now handled by SSstation instead of a global list (#81177)

## About The Pull Request

You can now get station goals in a slightly better way over using a
`locate() in` call on a global list.
The Meteor Satellite goal no longer stores a giant list of ALL OBJECTS
in view. And now correctly only counts turfs.
## Changelog
:cl:
fix: Meteor Satellites no longer erroneously count every piece of paper
as a protected turf.
fix: As a result the station goal is slightly more difficult
/:cl:

---------



* Station Goals are now handled by SSstation instead of a global list

* Modular

* Okay, length() it is

* Wait that was wrong before

* Some more forgotten things

* ...

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Zephyr <[email protected]>
Co-authored-by: LemonInTheDark <[email protected]>
Co-authored-by: Mal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants