mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-15 16:04:51 +01:00
add dorm and random stuff for fun
This commit is contained in:
@@ -34,9 +34,6 @@ namespace BLHX.Server.Game.Commands {
|
||||
|
||||
List<PlayerShip> all_ships = all_ship_ids.Select(ship_id => CreateShipFromId((uint)ship_id, connection.player.Uid)).Take(amount).ToList();
|
||||
|
||||
foreach (int id in all_ship_ids)
|
||||
Logger.c.Log(id + "");
|
||||
|
||||
all_ships.AddRange(GetDefaultShips(connection.player.Ships)); // add the defaults
|
||||
connection.player.Ships = all_ships;
|
||||
connection.SendSystemMsg($"Added {amount} ships!");
|
||||
|
||||
Reference in New Issue
Block a user