mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-01 09:22:51 +00:00
crossbow:: explain hedgehogs better
This commit is contained in:
parent
11869c796b
commit
e8ecccdf53
@ -829,6 +829,9 @@ void pcmove::tell_why_cannot_attack() {
|
|||||||
addMessage(XLAT("You cannot attack Tentacles directly!"));
|
addMessage(XLAT("You cannot attack Tentacles directly!"));
|
||||||
else if(c2->monst == moHedge && !markOrb(itOrbThorns)) {
|
else if(c2->monst == moHedge && !markOrb(itOrbThorns)) {
|
||||||
addMessage(XLAT("You cannot attack %the1 directly!", c2->monst));
|
addMessage(XLAT("You cannot attack %the1 directly!", c2->monst));
|
||||||
|
if(bow::crossbow_mode())
|
||||||
|
addMessage(XLAT("Stab them by shooting around them."));
|
||||||
|
else
|
||||||
addMessage(XLAT("Stab them by walking around them."));
|
addMessage(XLAT("Stab them by walking around them."));
|
||||||
}
|
}
|
||||||
else if(c2->monst == moRoseBeauty || isBull(c2->monst) || c2->monst == moButterfly)
|
else if(c2->monst == moRoseBeauty || isBull(c2->monst) || c2->monst == moButterfly)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user