From f79a358d72ecfb59ad8a26060b8d0fd71095e4dd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 28 Apr 2024 17:35:39 +0200 Subject: [PATCH] Remove type from `SacrificeStone.sacrifice_changed` --- entities/sacrifice_stone.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/sacrifice_stone.gd b/entities/sacrifice_stone.gd index c5365b9..68b7962 100644 --- a/entities/sacrifice_stone.gd +++ b/entities/sacrifice_stone.gd @@ -7,7 +7,7 @@ class_name SacrificeStone ## Emitted when the sacrifice on top of the stone changes. -signal sacrifice_changed(entity: PhysicsBody2D, type: Enums.MonsterType) +signal sacrifice_changed(entity: PhysicsBody2D) ## The entity currently on top of the stone. var entity: PhysicsBody2D