Method code for $world.startup()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: (> .perms(sender(), 'manager) <);
  4: if (heartbeat_rate > 0)
  5:     $heart.add_heartbeat(heartbeat_rate);
  6: last_weather_change = 0;

// Created 17-Dec-1996 as a part of ColdCore, see: @help Credit

Tlon