Add road/tram type flag to disallow collisions with trains
This commit is contained in:
@@ -177,6 +177,8 @@
|
||||
<dd>Towns may not modify tiles of this roadtype in any way whatsoever</dd>
|
||||
<dt>NO_TUNNELS</dt>
|
||||
<dd>Disallow tunnels for this roadtype</dd>
|
||||
<dt>NO_TRAIN_COLLISION</dt>
|
||||
<dd>Disallow collisions with trains for vehicles of this roadtype</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -206,6 +208,8 @@
|
||||
<dd>Towns may not modify tiles of this tramtype in any way whatsoever</dd>
|
||||
<dt>NO_TUNNELS</dt>
|
||||
<dd>Disallow tunnels for this tramtype</dd>
|
||||
<dt>NO_TRAIN_COLLISION</dt>
|
||||
<dd>Disallow collisions with trains for vehicles of this tramtype</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user