Fixed SoulFire damage (#5138)

This commit is contained in:
ipad54
2022-07-06 16:57:07 +03:00
committed by GitHub
parent a8728a02f6
commit a377795db9
3 changed files with 11 additions and 1 deletions

View File

@ -61,6 +61,10 @@ class Fire extends BaseFire{
return $this;
}
protected function getFireDamage() : int{
return 1;
}
public function onNearbyBlockChange() : void{
$down = $this->getSide(Facing::DOWN);
if(SoulFire::canBeSupportedBy($down)){