Update arena-tag.ts

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-17 10:04:04 -04:00 committed by GitHub
parent b4ba315bc7
commit c4df8680fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -755,7 +755,7 @@ export abstract class EntryHazardTag extends SerializableArenaTag {
* @param quiet - Whether to suppress messages during tag creation; default `false`
*/
override onAdd(_arena: Arena, quiet = false): void {
// We assume `quiet=true` means "just add the bloody tag no questions asked"
// Here, `quiet=true` means "just add the tag, no questions asked"
if (quiet) {
return;
}