mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 19:51:59 +00:00
* Xenomorphs can now strip humans again (#58007) * Xenomorphs can now strip humans again, create granular tgui state compositors Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
/// This should match the interface of /client wherever necessary.
|
|
/datum/client_interface
|
|
/// Player preferences datum for the client
|
|
var/datum/preferences/prefs
|
|
|
|
/// The view of the client, similar to /client/var/view.
|
|
var/view = "15x15"
|