1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 23:54:49 +00:00

variant:: first version

This commit is contained in:
Zeno Rogue
2018-12-17 00:04:59 +01:00
parent 4432b30b2a
commit 724d3516fa
10 changed files with 275 additions and 65 deletions

View File

@@ -1726,7 +1726,7 @@ namespace sword {
}
void killThePlayer(eMonster m, int id, flagtype flags);
bool attackJustStuns(cell *c2, flagtype flags);
bool attackJustStuns(cell *c2, flagtype flags, eMonster attacker);
bool isTargetOrAdjacent(cell *c);
bool warningprotection(const string& s);
@@ -2079,6 +2079,8 @@ extern eGlyphsortorder glyphsortorder;
void explodeMine(cell *c);
bool mayExplodeMine(cell *c, eMonster who);
void explosion(cell *c, int power, int central);
void explodeBarrel(cell *c);
int gravityLevel(cell *c);
void fullcenter();