diff --git a/server/src/lib.rs b/server/src/lib.rs index 5e7c133b31..f0cbf76fd5 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -286,8 +286,8 @@ impl Server { stats = comp::Stats::new("Humanoid".to_string()); body = comp::Body::Humanoid(comp::humanoid::Body::random()); } - stats = stats.with_max_health(300 + rand::random::() % 400); - scale = 1.8 + rand::random::(); + stats = stats.with_max_health(500 + rand::random::() % 400); + scale = 2.5 + rand::random::(); } self.state