mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Probably fixes a bug with solo fugitives
Dreamchecker caught this for me while I was scanning through this code file :-)
* Fixes inaccurate Login() dialogue for Yalp Elor
Used to be that Login() would always say you have ten minutes, even if you were reconnecting. It's fixed now :-)
Patches bad passed_time value
I am smelly
* Yalp Elor no longer spontaneously dies on-spawn
Also fixes fugitives which just happen to have crashed their game counting as "dead" for this loss condition check ;-)
* Yalp Elor can no longer whisper slurs to you
Yet another call to stripped_input that doesn't bother to do a pretty filter call afterwards 😔
* Fixes bad Destroy() overwrite for Yalp Elor
SSobj is going to enjoy not having to call process() on null values as much.