mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
this adds the `persistent_client`, `fully_created`, `window_scaling`, `byond_version`, and `byond_build` vars to `/datum/client_interface`, to closer match the interface. - `byond_version` and `byond_build` will always be set to `world.byond_version` and `world.byond_build` - persistent clients are only initialized for mock clients during unit tests. - i also slightly changed the `mock_client_uid` var so it's used in the same way as mobs use `next_mob_id`