mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 09:31:54 +00:00
* 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>  </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>