add dorm and random stuff for fun

This commit is contained in:
raphaeIl
2024-04-07 04:37:09 -04:00
parent 92907806b2
commit 00060fb310
6 changed files with 97 additions and 37 deletions

View File

@@ -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!");