diff --git a/src/commands.rs b/src/commands.rs index 747cf44..3f49f8f 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -258,7 +258,7 @@ pub fn load_defs( state.is_vehicle = true; } ["moon", "yes"] => { - state.model_scale *= 3.0; + state.model_scale *= 6.0; } ["oxygen", amount] => { if let Ok(amount) = amount.parse::() {