Simplified isSteppable in Wall
This commit is contained in:
parent
92f894c5a5
commit
c2053fae96
@ -20,10 +20,7 @@ public class Wall extends Tile {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSteppable() {
|
public boolean isSteppable() {
|
||||||
if (sg != null)
|
return sg != null;
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearStargate() {
|
public void clearStargate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user