This commit is contained in:
2023-11-02 15:57:39 +02:00
parent a14232a899
commit def933dca4
51 changed files with 8866 additions and 12429 deletions

View File

@@ -203,9 +203,7 @@ if ($u->stats['pbe'] > 0) {
}
echo '<br>';
}
if ($u->info['level'] < 8 && $c['zuby'] == true) {
echo 'Зубы:&nbsp;' . $u->zuby($u->info['money4']) . '<br>';
}
if ($u->info['ability'] > 0 || ($u->info['skills'] > 0 && $u->info['level'] > 0)) {
echo '&nbsp;<a href="main.php?skills=1&side=1">+ Способности</a><br>';
}