Skip to content
Extraits de code Groupes Projets
Valider b8680dc1 rédigé par ElTata's avatar ElTata :ok_hand:
Parcourir les fichiers

updated changelog and version

parent ab8b358e
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -13,6 +13,16 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and ...@@ -13,6 +13,16 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
comments, or post them in the issues of the project for public view. comments, or post them in the issues of the project for public view.
--
## v5.2.1: released 10/28/19
- fixed actions delay : now you wait one hour after an action, and not one hour
per action
- new subroutine execute_delayed in Utils to execute a subroutine after a given time
- actions results show the raw roll and the atk/def modifier
- the command POINTS shows how many points the user has to spend
- fixed bug when partially matching commands caused an error
- some text/style improvements
-- --
## v5.2.0: released 10/22/19 ## v5.2.0: released 10/22/19
......
...@@ -38,7 +38,7 @@ use Irpg::Main; ...@@ -38,7 +38,7 @@ use Irpg::Main;
my $opts = readconfig(); my $opts = readconfig();
my $version = "5.1.0"; my $version = "5.2.1";
sub help { # print help message sub help { # print help message
(my $prog = $0) =~ s/^.*\///; (my $prog = $0) =~ s/^.*\///;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter