1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

hell unlock message on 10th shard

This commit is contained in:
Zeno Rogue
2019-11-03 13:56:42 +01:00
parent 7a70fc717d
commit c7dfdaef4c
3 changed files with 55 additions and 57 deletions

View File

@@ -733,7 +733,6 @@ EX namespace yendor {
}
EX void collected(cell* c2) {
int pg = gold();
playSound(c2, "tada");
items[itOrbShield] += 31;
for(int i=0; i<isize(yendor::yi); i++)
@@ -768,7 +767,7 @@ EX namespace yendor {
}
}
addMessage(XLAT("CONGRATULATIONS!"));
achievement_collection(itOrbYendor, pg, gold());
achievement_collection(itOrbYendor);
achievement_victory(false);
}