1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

RogueViz stuff

This commit is contained in:
Zeno Rogue
2019-09-23 01:05:59 +02:00
parent c3975e80ef
commit dca95aa2aa
2 changed files with 2 additions and 1 deletions

View File

@@ -1798,7 +1798,7 @@ EX bool dragonbreath(cell *dragon) {
void moveMonster(monster *m, int delta) {
bool inertia_based = m->type == moAsteroid;
bool inertia_based = m->type == moAsteroid || m->type == moRogueviz;
bool stunned = m->stunoff > curtime || m->blowoff > curtime;