aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-30 16:22:36 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-30 16:22:36 -0300
commit6ad338408ad1f729853a63f5fc8a3bea0555590a (patch)
treedd700f8c2f62aa2d3e951bf9107b5d5a4d41c469
parente5fae2f8fc7e9da9de46ef830d05be3fc8ee2b89 (diff)
downloadgame-6ad338408ad1f729853a63f5fc8a3bea0555590a.tar.gz
game-6ad338408ad1f729853a63f5fc8a3bea0555590a.zip
yell exhaust - fixes #12
-rw-r--r--src/operate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operate.cc b/src/operate.cc
index 24004a4..92c5633 100644
--- a/src/operate.cc
+++ b/src/operate.cc
@@ -2243,6 +2243,7 @@ void Talk(uint32 CreatureID, int Mode, const char *Addressee, const char *Text,
throw EXHAUSTED;
}
+ Player->EarliestYellRound = RoundNr + 30;
strcpy(YellBuffer, Text);
strUpper(YellBuffer);
Text = YellBuffer;