--- deliantra/server/ext/suicide.ext 2008/05/05 22:38:47 1.3 +++ deliantra/server/ext/suicide.ext 2010/01/31 03:46:20 1.4 @@ -1,4 +1,4 @@ -#! perl +#! perl # depends=highscore # implement a 'suicide' command @@ -7,7 +7,7 @@ $who->message ("You see no way to escape. Real heroes would rather starve to death than to give up, but you realise you are no hero.."); my $killer = cf::arch::get "killer_suicide"; $who->contr->killer ($killer); $killer->destroy; - $who->check_score; + ext::highscore::check $who; $who->kill_player; };