Files
Bubberstation/code/game/objects/items/tcg
NamelessFairy 7e8f583332 Corrects tile offsetting for TGC Mana and Health bars. (#79002)
## About The Pull Request

Fixes: #78466

Health and Mana bars are supposed to be offset a number of tiles based
on mapper preference but #75189 changed the code to use pixel offsets
rather than tile offsets without changing the map variables to account
for this. I've changed it back to tile offsets since pixel offsets are
going to look super weird if someone maps these in with super high
offsets, it already looks rather weird even with a 1 tile offset.
I've also changed them to effects rather than decals since they're
holograms and can be stuck to walls and stuff if the mapper chooses to
without triggering the unit test.
## Why It's Good For The Game

Restores some intended functionality for mappers and fixes the incorrect
offsets on the TGC holodeck map.
## Changelog
🆑
fix: TGC Mana and Health bars are correctly offset on the holodeck.
/🆑
2023-10-16 21:46:38 +02:00
..