mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
bug with the last commit
This commit is contained in:
@@ -817,7 +817,7 @@ namespace mapeditor {
|
||||
m == moTameBomberbirdMoved || m == moKnightMoved ||
|
||||
m == moDeadBug || m == moLightningBolt || m == moDeadBird ||
|
||||
m == moMouseMoved || m == moPrincessMoved || m == moPrincessArmedMoved) ;
|
||||
else if(m == moDragonHead) vpush(i, XLAT1("Dragon Head"));
|
||||
else if(m == moDragonHead) vpush(i, "Dragon Head");
|
||||
else vpush(i, minf[i].name);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user