Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2024-02-17 09:03:14 -05:00
2 changed files with 7 additions and 2 deletions

View File

@@ -42,6 +42,11 @@ public class SwitchBlock extends Block{
if(privileged) return;
super.damage(damage);
}
@Override
public boolean canPickup(){
return !privileged;
}
@Override
public boolean collide(Bullet other){