Add Basilisk and Cyclops models by Gemu, and AirBalloon model by SarraKitty.

This commit is contained in:
Avi Weinstock
2021-06-03 19:24:34 -04:00
parent 59ae5ec573
commit 05c699878f
36 changed files with 245 additions and 174 deletions

View File

@ -1152,7 +1152,7 @@ fn handle_spawn_airship(
200.0,
)
});
let ship = comp::ship::Body::DefaultAirship;
let ship = comp::ship::Body::random();
let mut builder = server
.state
.create_ship(pos, ship, true)