--- deliantra/maps/perl/suicide.ext 2006/08/25 13:24:06 1.2 +++ deliantra/maps/perl/suicide.ext 2006/12/12 16:59:34 1.3 @@ -2,7 +2,7 @@ # implement a 'suicide' command -cf::register_command suicide => 0, sub { +cf::register_command suicide => sub { 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..");