Skip to content

Commit

Permalink
remove walkable from endless_pit
Browse files Browse the repository at this point in the history
and document change in semantics in the comment for `walkable`
  • Loading branch information
myk002 authored Jun 26, 2023
1 parent 3fc590f commit 889e217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions df.tile-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<enum-attr name='passable_high' type-name='bool' default-value='false' comment='tile is missing a roof'/>
<enum-attr name='passable_flow' type-name='bool' default-value='false' comment='tile is non-solid'/>
<enum-attr name='passable_flow_down' type-name='bool' default-value='false' comment='floor is non-solid'/>
<enum-attr name='walkable' type-name='bool' default-value='false' comment='can be walked into'/>
<enum-attr name='walkable' type-name='bool' default-value='false' comment='can be stood upon'/>
<enum-attr name='walkable_up' type-name='bool' default-value='false' comment='can walk to ceiling'/>

<enum-item name='NONE' value='-1'/>
Expand Down Expand Up @@ -90,7 +90,6 @@
<item-attr name='passable_high' value='true'/>
<item-attr name='passable_flow' value='true'/>
<item-attr name='passable_flow_down' value='true'/>
<item-attr name='walkable' value='false'/>
</enum-item>
<enum-item name='BROOK_BED'>
<item-attr name='caption' value='mineable, water-passable rock on the bottom of a brook'/>
Expand Down Expand Up @@ -147,7 +146,6 @@
<item-attr name='basic_shape' value='Open'/>
<item-attr name='passable_high' value='true'/>
<item-attr name='passable_flow' value='true'/>
<item-attr name='walkable' value='true'/>
</enum-item>
</enum-type>

Expand Down

0 comments on commit 889e217

Please sign in to comment.