1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-29 08:29:04 +00:00

arb:: valence known

This commit is contained in:
Zeno Rogue
2021-07-30 15:29:59 +02:00
parent 06c8f48aa0
commit 83ffa89fbf
2 changed files with 10 additions and 0 deletions

View File

@@ -1417,6 +1417,7 @@ EX int valence() {
#if CAP_ARCM
if(arcm::in()) return arcm::valence();
#endif
if(arb::in()) return arb::current.min_valence;
return S3;
}