v3.0.2: fixed specific cases of push fx not updating char visibility
This commit is contained in:
+2
@@ -183,6 +183,8 @@ public class WandOfBlastWave extends DamageWand {
|
|||||||
if (ch == Dungeon.hero){
|
if (ch == Dungeon.hero){
|
||||||
Dungeon.observe();
|
Dungeon.observe();
|
||||||
GameScene.updateFog();
|
GameScene.updateFog();
|
||||||
|
} else if (Dungeon.level.heroFOV[initialpos] != Dungeon.level.heroFOV[newPos]){
|
||||||
|
Dungeon.observe();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user