Commit Graph

2 Commits

Author SHA1 Message Date
LemonInTheDark 29d766e25f Fixes attempting to offset floating planes (#71490)
## About The Pull Request

This is a dumb idea, and leads to fucked rendering on occasion

## Why It's Good For The Game

Fixes another portion of #70258, a player will no longer have a hidden
antag hud if they move down a z level after getting an antag. We were
trying to offset the floating plane of their image, and it went to shit.
Also fixes a bug with observers not having antag huds for the combo hud
to see. We were only giving them one on mind.on_transfer, rather then on
mind assignment. I hate mindcode
2022-11-25 00:31:05 -08:00
Seth Scherer e2c05ed6fa Splits mind.dm into smaller files (#69329)
* Splits mind.dm
Splits this very large file into smaller general ones to make it easier
to work with

* my dumbass forgot to tick this file
2022-08-21 15:37:34 -07:00