summaryrefslogtreecommitdiff
path: root/fireball.gd
diff options
context:
space:
mode:
Diffstat (limited to 'fireball.gd')
-rw-r--r--fireball.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fireball.gd b/fireball.gd
index 74df7b5..6b11dba 100644
--- a/fireball.gd
+++ b/fireball.gd
@@ -10,7 +10,7 @@ func type() -> String: return "arrow"
func damage(other: Area2D) -> void:
- other.damage(1.5)
+ other.damage(2)
queue_free()
get_node("../FireballHit").play()