summaryrefslogtreecommitdiff
path: root/stage/stage.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-03-31 14:34:21 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-03-31 14:34:21 +0200
commit65bfe9c4c3e09c0d9f5058dd899a82c6a47ec15d (patch)
tree06a24e13c2ece277a1146f5cb76b575ca731c879 /stage/stage.gd
parent218748f67a6a6b35efc4a732ad11426d0f528709 (diff)
next commit
Diffstat (limited to 'stage/stage.gd')
-rw-r--r--stage/stage.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage/stage.gd b/stage/stage.gd
index b25e1da..ad3b7a8 100644
--- a/stage/stage.gd
+++ b/stage/stage.gd
@@ -147,7 +147,6 @@ func attack_entity(grid_position: Vector2i, attacking_entity_node_path: String,
if target_entity is PlayerUnit:
target_entity.current_hp -= 1
- print(target_entity, target_entity.current_hp)
if target_entity.current_hp <= 0:
target_entity.queue_free()
print("GAME OVER!!")