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