[Messages] Add GM Status and Invulnerability Messages (#4266)

* [Messages] Add GM Status and Invulnerability Messages

* Update zoning.cpp

* Finalize.

* Update corpse.cpp

* Update message

---------

Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
Alex King
2024-05-04 19:07:17 -04:00
committed by GitHub
parent 34c27ebb2a
commit aa0e53f5fc
16 changed files with 364 additions and 149 deletions
+4
View File
@@ -123,6 +123,10 @@ bool Client::HasTaskRequestCooldownTimer()
task_request_timer.Disable();
}
if (GetGM()) {
Message(Chat::White, "Your GM Flag prevents you from having a task request cooldown.");
}
return (!GetGM() && task_request_timer.Enabled());
}