diff --git a/Irpg/Action.pm b/Irpg/Action.pm index a0932615b7cc20079d3c5e537a12dab993861e84..831c9817188f6b510a50ca93aa96cee806cdf362 100644 --- a/Irpg/Action.pm +++ b/Irpg/Action.pm @@ -592,12 +592,12 @@ our $commands = { action => {ref => \&do_action, adm => 0, prv => 1, pub => 1, hlp => 'ACTION [-t <type>] [<char name>]: perform an action '. '(fight/mystic/steal) with someone. With no type specified, '. - 'The action is chosen at random, '. - 'with more chance for the one you are the better at.'}, + 'The action is chosen at random, '. + 'with more chance for the one you are the better at.'}, actions => {ref => \&do_actions, adm => 0, prv => 1, pub => 1, hlp => 'ACTIONS [-t <type>] [<char name>]: perform all available actions '. 'with someone. With no type spcified, the actions are chosen '. - 'at random, with more chance for the one you are the better at.'} + 'at random, with more chance for the one you are the better at.'} }; 1;