From 2ed63124ef044a223fc9c7b660100c91af6f39b0 Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 28 Aug 2025 17:46:54 -0300 Subject: Mudança no sistema de turnos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/actors/actions/BumpAction.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/actors/actions/BumpAction.cs') diff --git a/scripts/actors/actions/BumpAction.cs b/scripts/actors/actions/BumpAction.cs index 0ce7fbe..805520c 100644 --- a/scripts/actors/actions/BumpAction.cs +++ b/scripts/actors/actions/BumpAction.cs @@ -11,10 +11,10 @@ public partial class BumpAction : DirectionalAction { } + // Como esta ação inevitavelmente gera outras ações, + // não faz sentido descontar a energia do ator. public override void Perform() { - Vector2I destination = actor.GridPosition + Offset; - // Declaramos uma ação genérica. Action action; -- cgit v1.2.3