Tip to use !hint again for new players

This commit is contained in:
Pragmatic Software 2016-12-06 17:58:01 -08:00
parent 9845bd3b00
commit d7040568bc
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ $player_data->{lifetime_hints}++;
$scores->update_player_data($id, $player_data);
$scores->end;
print "(You can use !hint again to reveal more characters.)\n" if $player_data->{hints} <= 1;
($id) = $data[0] =~ m/^(\d+)/;
my $qstats = QStatskeeper->new;
$qstats->begin;