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] [NO GBP] Fixes action_type on clothing to be a list on two items that where static #2970

Closed
wants to merge 2 commits into from

Conversation

NaakaKo
Copy link
Collaborator

@NaakaKo NaakaKo commented Mar 19, 2024

Original PR: https://api.github.com/repos/tgstation/tgstation/pulls/82075

About The Pull Request

This changes the action_types on the face scarf from being a static datum to being a list. This is a bug I noticed while working on a PR downstream where i was attempting to add an action to a set of items and this caused a miss-matched type CI error. This realistically shouldn't be the case as everything else on the code base that uses action_types is also a list. So for consistency sake and to remove bugs this will fix the var to be a list instead of static.

Why It's Good For The Game

Less bugs, more consistency with variables.

Changelog

I don't really think this needs a change log, not really player noticeable or player facing. The relative impact on players is minor

SomeRandomOwl and others added 2 commits March 19, 2024 01:26
… where static (#82075)

## About The Pull Request

This changes the action_types on the face scarf from being a static
datum to being a list. This is a bug I noticed while working on a PR
downstream where i was attempting to add an action to a set of items and
this caused a miss-matched type CI error. This realistically shouldn't
be the case as everything else on the code base that uses action_types
is also a list. So for consistency sake and to remove bugs this will fix
the var to be a list instead of static.

## Why It's Good For The Game

Less bugs, more consistency with variables.

## Changelog

I don't really think this needs a change log, not really player
noticeable or player facing. The relative impact on players is minor
@NaakaKo NaakaKo added the Upstream PR Merged Used by the mirror bot. label Mar 19, 2024
@CliffracerX CliffracerX closed this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream PR Merged Used by the mirror bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants