diff options
| -rw-r--r-- | src/operate.cc | 1 |
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; |
