Skip to content

Commit 68d2e29

Browse files
authored
Bells always drops themselves (#4802)
1 parent 20f5741 commit 68d2e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/block/Bell.php

+4
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ public function ring(int $faceHit) : void{
150150
}
151151
}
152152

153+
public function getDropsForIncompatibleTool(Item $item) : array{
154+
return [$this->asItem()];
155+
}
156+
153157
private function isValidFaceToRing(int $faceHit) : bool{
154158
return match($this->attachmentType){
155159
BellAttachmentType::CEILING => true,

0 commit comments

Comments
 (0)