Made cooking pots glow

This commit is contained in:
Joshua Barretto 2021-04-20 15:39:46 +01:00
parent 70c345eee9
commit 68004bc39c

View File

@ -171,12 +171,12 @@ impl Block {
match self.get_sprite()? {
SpriteKind::StreetLamp | SpriteKind::StreetLampTall => Some(24),
SpriteKind::Ember => Some(20),
SpriteKind::WallLamp => Some(16),
SpriteKind::WallLampSmall => Some(16),
SpriteKind::WallSconce => Some(16),
SpriteKind::FireBowlGround => Some(16),
SpriteKind::WallLamp
| SpriteKind::WallLampSmall
| SpriteKind::WallSconce
| SpriteKind::FireBowlGround => Some(16),
SpriteKind::Velorite | SpriteKind::VeloriteFrag => Some(6),
SpriteKind::CaveMushroom => Some(12),
SpriteKind::CaveMushroom | SpriteKind::CookingPot => Some(12),
SpriteKind::Amethyst
| SpriteKind::Ruby
| SpriteKind::Sapphire