mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[NON-MODULAR] Sets Pixel-Scaling for the Prefs Menu! (#18130)
First try!
This commit is contained in:
@@ -470,7 +470,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
body = new
|
||||
|
||||
// Without this, it doesn't show up in the menu
|
||||
body.appearance_flags &= ~KEEP_TOGETHER
|
||||
body.appearance_flags |= KEEP_TOGETHER // SKYRAT EDIT - Fix pixel scaling - ORIGINAL: body.appearance_flags &= ~KEEP_TOGETHER
|
||||
|
||||
/datum/preferences/proc/create_character_profiles()
|
||||
var/list/profiles = list()
|
||||
|
||||
Reference in New Issue
Block a user