change status when entering silent zone

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-14 12:37:31 +02:00
parent 99854e2d62
commit 91f299ba82
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -356,6 +356,7 @@ export abstract class Character extends Container implements OutlineableInterfac
super.destroy();
}
// TODO: Remove silent store and check for status?
isSilent() {
isSilentStore.set(true);
}