Change character setup default to odd scaling (#18397)

I tested this to see if it messed up saves and it doesn't appear to. Fixes https://github.com/VOREStation/VOREStation/issues/16944
This commit is contained in:
TankTheBirb
2025-09-01 21:15:14 +02:00
committed by GitHub
parent 48e0e117a7
commit 6f73212be2
@@ -10,7 +10,7 @@
var/weight_gain = 100 // Weight gain rate.
var/weight_loss = 50 // Weight loss rate.
var/fuzzy = 0 // Preference toggle for sharp/fuzzy icon. Default sharp.
var/offset_override = FALSE
var/offset_override = TRUE
var/voice_freq = 42500
var/voice_sound = "beep-boop"
var/custom_speech_bubble = "default"