NPC/Reputation

* try to fix reputation spillover
 * fix extra colon on reputation gains
This commit is contained in:
Sarjuuk 2025-10-08 18:52:24 +02:00
parent a9ed897ea6
commit 215ad39cc6
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ if ($this->reputation):
?>
<h3><?=Lang::main('gains'); ?></h3>
<?php
echo Lang::npc('gainsDesc').Lang::main('colon');
echo Lang::npc('gainsDesc');
foreach ($this->reputation as [$mode, $data]):
if (count($this->reputation) > 1):