Skip to content

Commit

Permalink
Remove door restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas authored Dec 20, 2024
1 parent 58c8ab9 commit c9a4dea
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_Door/(null)</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
Expand All @@ -670,7 +670,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_Door/SmallDoor</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>false</AllowedForPlayer>
Expand All @@ -685,7 +685,7 @@
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>false</AllowedForPlayer>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
Expand All @@ -694,7 +694,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_AirtightSlideDoor/LargeBlockSlideDoor</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
Expand Down Expand Up @@ -925,7 +925,7 @@
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>false</AllowedForPlayer>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
Expand All @@ -934,7 +934,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_Door/LargeBlockOffsetDoor</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
Expand Down Expand Up @@ -6502,7 +6502,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_Door/SlidingHatchDoor</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
Expand All @@ -6514,7 +6514,7 @@
<SerializableBlockSetting>
<Type>MyObjectBuilder_Door/SlidingHatchDoorHalf</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>2</GridMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
Expand Down Expand Up @@ -16712,4 +16712,4 @@
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
</Settings>
</BlockSaveData>
</BlockSaveData>

0 comments on commit c9a4dea

Please sign in to comment.