mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 20:11:56 +00:00
* Fixes exosuit console EMP logging and a mech runtime on EMPing. (#56196) Occupants is a list. Mech EMP logging now correctly outputs the occupants instead of just outputting "/list" Also when EMPing a mech in testing this PR, I noticed a runtime happening that I've fixed. Untyped for loop where the casting var was never assigned to and thus was always null. * Fixes exosuit console EMP logging and a mech runtime on EMPing. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>