mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
ice on bottom
This commit is contained in:
parent
4bd175cd7b
commit
0b45c006c8
|
@ -121,7 +121,12 @@ impl RenderCache {
|
||||||
let mut score = 0;
|
let mut score = 0;
|
||||||
if matches!(
|
if matches!(
|
||||||
self.item,
|
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;
|
score += 100000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue