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