From 16510dde51f2d8dc0a4c3052aae8cbef80e01ebc Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Tue, 23 Nov 2021 22:23:35 +0100 Subject: [PATCH] Update accept_input.gd (#460) --- .../game/core-scripts/esc/commands/accept_input.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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