mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Update arena-tag.ts
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
parent
b4ba315bc7
commit
c4df8680fa
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user