CoralMUD-0.18/
CoralMUD-0.18/core/
CoralMUD-0.18/data/
CoralMUD-0.18/data/help/
CoralMUD-0.18/data/players/
CoralMUD-0.18/data/socials/
CoralMUD-0.18/lib/automap/
CoralMUD-0.18/lib/items/
class Player
  def cmd_shutdown command_table_entry, arg
    text_to_world ("The game is rebooting.  Please come back in a few minutes." + ENDL)
    $shut_down = true
  end
end