Skip to content

Commit

Permalink
Does not display damage on RECOVER
Browse files Browse the repository at this point in the history
  • Loading branch information
Rackover committed Feb 7, 2020
1 parent 080bd52 commit 934970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

function recover($db, $p, $player){
echo json_encode([
"type"=>$player["is_new"] ? "intro" : "page",
"type"=>$player["is_new"] ? "intro" : "brief",
"content"=>get_page($db, $player["location"], $player)
]);
exit;
Expand Down

0 comments on commit 934970a

Please sign in to comment.