Method code for $world.startup()

[Turn on line numbering]
arg @args;

(> .perms(sender(), 'manager) <);
if (heartbeat_rate > 0)
    $heart.add_heartbeat(heartbeat_rate);
last_weather_change = 0;

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

Tlon