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

adjusted the Domination description

This commit is contained in:
Zeno Rogue
2018-02-27 23:53:48 +01:00
parent e45fb6bb20
commit dbc15d24ff
6 changed files with 38 additions and 25 deletions

View File

@@ -5470,7 +5470,7 @@ void moverefresh(bool turn = true) {
c->hitpoints = 0;
}
else if(dragon::totalhp(c) <= 2) ;
else if(items[itOrbDomination] && isMounted(c)) {
else if(isMounted(c)) {
if(dragon::target && celldistance(c, dragon::target) <= breathrange && makeflame(dragon::target, 5, true)) {
addMessage(XLAT("%The1 breathes fire!", subject));
makeflame(dragon::target, 5, false);