1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 18:07:41 +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

@@ -180,7 +180,7 @@ void achievement_gain(const char* s, char flags IS(0)) {
#endif
// gain the achievement for collecting a number of 'it'.
EX void achievement_collection(eItem it, int prevgold, int newgold) {
EX void achievement_collection(eItem it) {
if(cheater) return;
if(randomPatternsMode) return;
int q = items[it];