More, documentation

This commit is contained in:
robojumper
2025-10-10 22:36:37 +02:00
parent 6d7a7007c0
commit 631d950d13
12 changed files with 675 additions and 86 deletions
+1 -1
View File
@@ -710,7 +710,7 @@ bool dFlow_c::handleMessage() {
if (StoryflagManager::sInstance->getCounterOrFlag(STORYFLAG_BOSS_RUSH_ACTIVE)) {
// "When you require my analysis..."
v = 200;
} else if (dStageMgr_c::GetInstance()->getSTIFbyte4() == 0) {
} else if (dStageMgr_c::GetInstance()->getSTIFArea() == dStageMgr_c::STIF_AREA_SKY) {
// Sky rumor
v = cM::rndInt(30);
} else {