diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-30 16:22:36 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-30 16:22:36 -0300 |
| commit | 6ad338408ad1f729853a63f5fc8a3bea0555590a (patch) | |
| tree | dd700f8c2f62aa2d3e951bf9107b5d5a4d41c469 /src | |
| parent | e5fae2f8fc7e9da9de46ef830d05be3fc8ee2b89 (diff) | |
| download | game-6ad338408ad1f729853a63f5fc8a3bea0555590a.tar.gz game-6ad338408ad1f729853a63f5fc8a3bea0555590a.zip | |
yell exhaust - fixes #12
Diffstat (limited to 'src')
| -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; |
