mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed the missing message when picking up orbs from a boat
This commit is contained in:
parent
cf8dffd6b8
commit
92240a0eeb
2
game.cpp
2
game.cpp
@ -6346,7 +6346,7 @@ void collectMessage(cell *c2, eItem which) {
|
|||||||
else if(which == itGreenStone)
|
else if(which == itGreenStone)
|
||||||
addMessage(XLAT("Another Dead Orb."));
|
addMessage(XLAT("Another Dead Orb."));
|
||||||
else if(itemclass(which) != IC_TREASURE) {
|
else if(itemclass(which) != IC_TREASURE) {
|
||||||
if(c2->wall != waBoat && !inv::activating)
|
if(!inv::activating)
|
||||||
addMessage(XLAT("You have found %the1!", which));
|
addMessage(XLAT("You have found %the1!", which));
|
||||||
}
|
}
|
||||||
else if(which == itBabyTortoise) {
|
else if(which == itBabyTortoise) {
|
||||||
|
Loading…
Reference in New Issue
Block a user