diff --git a/addons/escoria-core/game/core-scripts/esc/commands/accept_input.gd b/addons/escoria-core/game/core-scripts/esc/commands/accept_input.gd index c6691276..5b4919d7 100644 --- a/addons/escoria-core/game/core-scripts/esc/commands/accept_input.gd +++ b/addons/escoria-core/game/core-scripts/esc/commands/accept_input.gd @@ -13,8 +13,8 @@ # # **Warning**: `SKIP` and `NONE` also disable autosaves. # -# **Note**: If `SKIP` is specified, it will be reset to `ALL` when the event has -# finished. `NONE` persists even after the event. +# **Warning**: The type of input accepted will persist even after the current +# event has ended. # # @ESC extends ESCBaseCommand