diff options
| author | robojumper <robojumper@gmail.com> | 2025-10-10 22:36:37 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-10-10 22:36:37 +0200 |
| commit | 631d950d13fb73b2f7ec7fd53d25df4edaa8479b (patch) | |
| tree | 6238d4c5f2028f0cadef340d85545912b2a3fd91 /src/d/d_message.cpp | |
| parent | 6d7a7007c057a5fbbdc88f12f44aab6ec7a8d030 (diff) | |
More, documentation
Diffstat (limited to 'src/d/d_message.cpp')
| -rw-r--r-- | src/d/d_message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_message.cpp b/src/d/d_message.cpp index c4490b60..ce1b290f 100644 --- a/src/d/d_message.cpp +++ b/src/d/d_message.cpp @@ -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 { |
