mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add Basilisk and Cyclops models by Gemu, and AirBalloon model by SarraKitty.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user