Skip to content

Commit

Permalink
Fixed a mistake that would cause ice floors to be applied to all walls.
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaryMala committed Jul 22, 2014
1 parent ebd2b35 commit 1b883ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/terrain/MaterialFloors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
</floor>
<!-- constructions: ICE -->
<floor sheetIndex="54">
<material value="Ice" />
<!-- floor -->
<terrain token="ConstructedFloor" />
<!-- stair -->
Expand All @@ -274,7 +275,7 @@
<!-- fort -->
<terrain token="ConstructedFortification" />
<!-- pillar -->
<terrain shape="WALL" special="CONSTRUCTION"/>
<terrain shape="WALL" material="CONSTRUCTION"/>
<subsprite
sheetIndex="18"
mud_min="10"
Expand Down

0 comments on commit 1b883ef

Please sign in to comment.