messages at 30 treasures etc. should no longer appear in PTM

This commit is contained in:
Zeno Rogue 2020-11-05 16:00:41 +01:00
parent 37a18eafd8
commit ce33511905
1 changed files with 17 additions and 15 deletions

View File

@ -486,6 +486,7 @@ EX void gainItem(eItem it) {
#define IF(x) if(g < (x) && g2 >= x && !peace::on)
if(in_full_game()) {
IF(R60/4)
addMessage(XLAT("Collect treasure to access more different lands..."));
IF(R30)
@ -503,6 +504,7 @@ EX void gainItem(eItem it) {
addMessage(XLAT("And the Orbs of Yendor await!"));
}
}
}
EX string itemcounter(int qty) {
string s = ""; s += " ("; s += its(qty); s += ")"; return s;