1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-02 16:50:45 +00:00

synt:: non-hyperbolic should always work; record debugging to svg

This commit is contained in:
Zeno Rogue
2018-08-18 17:46:02 +02:00
parent 99cad10617
commit 00f9409e06
2 changed files with 160 additions and 45 deletions
+2
View File
@@ -336,6 +336,8 @@ void debugScreen() {
dialog::addSelItem("temporary", its(mouseover->listindex), 0);
if(gp::on)
dialog::addSelItem("whirl", gp::disp(gp::get_local_info(mouseover).relative), 0);
if(syntetic)
dialog::addSelItem("ID", its(synt::id_of(mouseover->master)), 0);
dialog::addBreak(50);
dialog::addSelItem("monster", dnameof2(mouseover->monst, mouseover->mondir), 0);
dialog::addSelItem("stuntime/hitpoints", its(mouseover->stuntime)+"/"+its(mouseover->hitpoints), 0);