mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Update StructureConstruct.xml
the tag fFortifyAdjacentAdjustment doesn't mesh well with how actual graphics for concertina look like and are sorted in .sti-file that resulted in concertina being shown facing wrong direction when using fortification assignment and placing them next to each other which was caused by that attempt to align to adjacent tile setting the tag to 0 instead of 1 solved that issue
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<szTileSetDisplayName>Concertina wire</szTileSetDisplayName>
|
||||
<szTileSetName>spot_1.sti</szTileSetName>
|
||||
<dCreationCost>1.0</dCreationCost>
|
||||
<fFortifyAdjacentAdjustment>1</fFortifyAdjacentAdjustment>
|
||||
<fFortifyAdjacentAdjustment>0</fFortifyAdjacentAdjustment> <!--recommended to be 0 for concertina wire-->
|
||||
<northfacingtile>3</northfacingtile>
|
||||
<northfacingtile>5</northfacingtile>
|
||||
<southfacingtile>3</southfacingtile>
|
||||
|
||||
Reference in New Issue
Block a user