change status when entering silent zone
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user