From 0b59751bc61600794188970ebc6abf6f19841f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 25 Feb 2020 11:57:50 +0100 Subject: Add Osthoff Train Lines and South Forest subway --- nodes.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'nodes.lua') diff --git a/nodes.lua b/nodes.lua index 0afa786..5d955fa 100644 --- a/nodes.lua +++ b/nodes.lua @@ -98,4 +98,20 @@ boardlist = { filename="NWQuarter", imgtyp="png", }, + { + name="otl", + title="Osthoff Train Lines", + scale= 3.0, + norecipe=true, + filename="OsthoffLines", + imgtyp="png", + }, + { + name="sfs", + title="South Forest Subway", + scale= 3.0, + norecipe=true, + filename="SFsubway", + imgtyp="png", + }, } -- bb_boardlist -- cgit v1.2.3