Files
Bubberstation/code/datums
SkyratBot 5eee8cb6de [MIRROR] Fixes a type mismatch error with phobias [MDB IGNORE] (#22730)
* Fixes a type mismatch error with phobias (#77120)

## About The Pull Request

Closes https://github.com/tgstation/tgstation/issues/77113
Closes https://github.com/Skyrat-SS13/Skyrat-tg/issues/22686

Fixes the recently introduced type mismatch seen above.

span_phobia() needs a string arg not a datum. This is why you test your
code folks.

## Why It's Good For The Game

<details><summary>Works</summary>

![dreamseeker_kV93wU6eT8](https://github.com/tgstation/tgstation/assets/13398309/570704ca-66e3-4612-9855-791a1e27bc77)

</details>

## Changelog

🆑
fix: fixes a type mismatch error with some of the phobia chat messages
/🆑

* Fixes a type mismatch error with phobias

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-07-30 20:43:06 -04:00
..