Бабушка преселилась на Страшилку. Большая парковая улица и её здания исчезли. #54.

This commit is contained in:
2023-07-31 19:23:35 +03:00
parent fff3de0a98
commit c4f0485960
11 changed files with 200 additions and 1412 deletions
+6 -6
View File
@@ -541,7 +541,7 @@ $paths = [];
<?php endif; ?>
<?php if ($roomSection == 0): ?>
<div style="text-align: right;">
<button onclick="location.href='/main.php?loc=1.180.0.353'">
<button onclick="location.href='/main.php?loc=1.180.0.353'" class="btn">
<img src="<?= Config::img() ?>/i/city/fo11.gif" alt="">
Излом Хаоса
</button>
@@ -562,7 +562,7 @@ $paths = [];
echo '1.180.0.9';
} else {
echo '1.180.0.321';
} ?>&rnd=<?= $code; ?>'">
} ?>&rnd=<?= $code; ?>'" class="btn btn-success">
<?php
if ($u->info['room'] == 188) {
echo "Зал воинов";
@@ -583,13 +583,13 @@ $paths = [];
}
?>
</button>
<button onclick="location.href='/main.php?rz=1'">Рыцарский магазин</button>
<button onclick="location.href='/main.php'">Обновить</button>
<button onclick="location.href='/main.php?rz=1'" class="btn btn-success">Рыцарский магазин</button>
<button onclick="location.href='/main.php'" class="btn">Обновить</button>
</div>
<?php else: ?>
<div style="text-align: right;">
<button onclick="location.href='/main.php?rz=1'">Обновить</button>
<button onclick="location.href='/main.php'">Вернуться</button>
<button onclick="location.href='/main.php?rz=1'" class="btn">Обновить</button>
<button onclick="location.href='/main.php'" class="btn">Вернуться</button>
</div>
<?php endif; ?>