From 6ad338408ad1f729853a63f5fc8a3bea0555590a Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 30 Aug 2025 16:22:36 -0300 Subject: yell exhaust - fixes #12 --- src/operate.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operate.cc') 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; -- cgit v1.2.3