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 Ghostize Runtime #834

Merged
merged 1 commit into from
Nov 26, 2023
Merged

[MIRROR] Fixes Ghostize Runtime #834

merged 1 commit into from
Nov 26, 2023

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Skyrat: Skyrat-SS13/Skyrat-tg#25264
Original PR: tgstation/tgstation#79927

About The Pull Request

image

I had this runtime sitting around for who-knows-how-long so I decided I would just fix it today. ghostize() is expected to work on all subtypes of /mob so it's a bad idea to access a variable that only exists on /mob/living (and there is no real point to move timeofdeath up a level imo, we already have too much clutter there and /mob/camera/imaginary_friend would never need it).

Why It's Good For The Game

We should only access variables like these when when they exist.

Changelog

No shot a player would ever notice this

* Fixes Ghostize Runtime (#79927)

## About The Pull Request

![image](https://github.com/tgstation/tgstation/assets/34697715/32e0ff55-30c3-4a73-b53b-0c2c610d5137)

I had this runtime sitting around for who-knows-how-long so I decided I
would just fix it today. `ghostize()` is expected to work on all
subtypes of `/mob` so it's a bad idea to access a variable that only
exists on `/mob/living` (and there is no real point to move
`timeofdeath` up a level imo, we already have too much clutter there and
`/mob/camera/imaginary_friend` would _never_ need it).
## Why It's Good For The Game

We should only access variables like these when when they exist.
## Changelog
No shot a player would ever notice this

* Fixes Ghostize Runtime

---------

Co-authored-by: san7890 <[email protected]>
@Iajret Iajret merged commit a21549c into master Nov 26, 2023
24 checks passed
@Iajret Iajret deleted the upstream-mirror-25264 branch November 26, 2023 19:44
Iajret pushed a commit that referenced this pull request Feb 8, 2024
* Fixes to gas station ruin in icebox (#81281)

## About The Pull Request
Fixes some things(check mapdiff2 for them)
mainly the double terminal that probably was giving the ruin 0 power
consumption i think
removes the double invisible tiny fans and replaces them with double
vents
fixes the areas a bit
removes some modifiers on the APC 
## Why It's Good For The Game
Fixes are good for the game
## Changelog
:cl:
fix: Fixed some things in Ice Box's gas station ruin
add: Adds some things in Ice Box's gas station ruin
/:cl:

* Fixes to gas station ruin in icebox

---------

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