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] Fixes spurious runtime on Icemoon caused by turf calling unimplemented LateInitialize() #2826

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1898
Original PR: tgstation/tgstation#82572

About The Pull Request

As of tgstation/tgstation#82540 this runtime was happening,

image

/turf/open/openspace/icemoon/ can be changed to /turf/open/misc/asteroid/snow/icemoon/do_not_chasm before Initialize() returns, which resulted in it INITIALIZE_HINT_LATELOAD getting returned on a turf that does not have an implementation of that proc.

This should fix that.

Why It's Good For The Game

Fixes CI error

…mplemented LateInitialize() (#1898)

* Fixes spurious runtime on Icemoon caused by turf calling unimplemented LateInitialize() (#82572)

## About The Pull Request

As of tgstation/tgstation#82540 this runtime was
happening,


![image](https://github.com/tgstation/tgstation/assets/13398309/4d838fda-c157-4e33-ae64-77eafca1806f)

`/turf/open/openspace/icemoon/` can be changed to
`/turf/open/misc/asteroid/snow/icemoon/do_not_chasm` before
`Initialize()` returns, which resulted in it `INITIALIZE_HINT_LATELOAD`
getting returned on a turf that does not have an implementation of that
proc.

This should fix that.

## Why It's Good For The Game

Fixes CI error

* Fixes spurious runtime on Icemoon caused by turf calling unimplemented LateInitialize()

---------

Co-authored-by: Bloop <[email protected]>
@AnywayFarus AnywayFarus merged commit 120bf5c into master Apr 12, 2024
23 of 24 checks passed
@Iajret Iajret deleted the upstream-mirror-1898 branch April 14, 2024 10:15
Iajret pushed a commit that referenced this pull request Jun 4, 2024
…ed crusher (#2826)

* removes the force drop when trying to attack with an unwielded crusher

* Update kinetic_crusher.dm

---------

Co-authored-by: necromanceranne <[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.

4 participants