Files
Bubberstation/code/modules
SkyratBot 8417640831 [MIRROR] [NO GBP] Fixes action_type on clothing to be a list on two items that where static (#26950)
* [NO GBP] Fixes action_type on clothing to be a list on two items that 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

* [NO GBP] Fixes action_type on clothing to be a list on two items that where static

---------

Co-authored-by: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com>
2024-03-18 22:16:49 -04:00
..
2024-03-13 04:07:27 +01:00