Skip to content

Commit

Permalink
ice on bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
corwinkuiper committed Aug 28, 2023
1 parent 4bd175c commit 0b45c00
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,12 @@ impl RenderCache {
let mut score = 0;
if matches!(
self.item,
Item::Stairs | Item::Switch | Item::SwitchPressed | Item::SpikesDown | Item::SpikesUp
Item::Stairs
| Item::Switch
| Item::SwitchPressed
| Item::SpikesDown
| Item::SpikesUp
| Item::Ice
) {
score += 100000;
}
Expand Down

0 comments on commit 0b45c00

Please sign in to comment.