implemented AddDestination action and evaluation of destination tags of trains.
This commit is contained in:
@@ -151,6 +151,12 @@ public abstract class Decoupler extends Tile implements Device{
|
||||
return select;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return t("Decoupler")+"("+x+","+y+")";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Tile update(HashMap<String, String> params) {
|
||||
if (params.containsKey(PROTOCOL)) protocol = Protocol.valueOf(params.get(PROTOCOL));
|
||||
|
||||
Reference in New Issue
Block a user