aboutsummaryrefslogtreecommitdiff
path: root/src/operate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.cc')
-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;