From 2282c7e4d0d32ea717ef3014fe660b033b598f9f Mon Sep 17 00:00:00 2001 From: ElTata <eltata@firemail.cc> Date: Tue, 7 Jul 2020 14:17:17 +0200 Subject: [PATCH] fix some tabs --- Irpg/Action.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Irpg/Action.pm b/Irpg/Action.pm index a093261..831c981 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; -- GitLab