--- deliantra/server/ext/suicide.ext 2008/04/30 06:40:28 1.2 +++ deliantra/server/ext/suicide.ext 2008/05/05 22:38:47 1.3 @@ -6,9 +6,8 @@ my ($who, $args) = @_; $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; + my $killer = cf::arch::get "killer_suicide"; $who->contr->killer ($killer); $killer->destroy; + $who->check_score; $who->kill_player; };