mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user