1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 20:07:58 +00:00

added/fixed some missing RVCOL guards

This commit is contained in:
Zeno Rogue
2025-07-12 14:55:46 +02:00
parent 9d9da019df
commit f0d014affd
2 changed files with 7 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ void gain_resource(eResourceType rsrc) {
D(rtOxygen, oxygen)
for(auto r: {rtGoldGate, rtGoldRocks, rtGoldTurret}) {
D(r, score[treasure_id(r)])
#ifdef RVCOL
#if RVCOL
if(pdata.score[0] + pdata.score[1] + pdata.score[2] == 30 && no_param_change) rogueviz::rv_achievement("ADSGAME");
#endif
}