Dragon-Scourge/templates/explore_quickheal.php

7 lines
131 B
PHP
Raw Normal View History

<?php
$template = <<<END
You have healed yourself. Continue exploring using the direction buttons or the Travel To menus.
END;
?>