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:
2
game.cpp
2
game.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user