--- deliantra/server/ext/nimbus.ext 2007/01/14 19:55:37 1.9 +++ deliantra/server/ext/nimbus.ext 2007/09/19 21:56:30 1.12 @@ -1,4 +1,4 @@ -#! perl # MANDATORY +#! perl # mandatory # handle the nimbus map and other stuff @@ -108,15 +108,16 @@ $pl->savebed (@savebed); cf::async { + $Coro::current->{desc} = "nimbus exit"; $ob->goto (@savebed); $map->nuke; - $pl->play_sound_player_only (cf::SOUND_PLAYER_DIES); + #$pl->play_sound (cf::sound::find "player_dies"); - $ob->message ("You feel as if you woke up from a dream.\n"); - $ob->message ("You have a headache.\n"); - $ob->message ("Maybe you should have a drink.\n"); + $ob->message ("You feel as if you woke up from a dream.\n" + . "You have a headache.\n" + . "Maybe you should have a drink.\n"); }; cf::override;