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