Skip to content

Commit

Permalink
Revert "Tile variantize after deconstruct" (space-wizards#28119)
Browse files Browse the repository at this point in the history
Revert "Tile variantize after deconstruct (space-wizards#28118)"

This reverts commit bf0529d.
  • Loading branch information
TheShuEd authored May 18, 2024
1 parent bf0529d commit fc11cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Maps/TileSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public bool DeconstructTile(TileRef tileRef)
}

var plating = _tileDefinitionManager[tileDef.BaseTurf];
_maps.SetTile(gridUid, mapGrid, tileRef.GridIndices, new Tile(plating.TileId, variant: PickVariant(tileDef)));
_maps.SetTile(gridUid, mapGrid, tileRef.GridIndices, new Tile(plating.TileId));

return true;
}
Expand Down

0 comments on commit fc11cc9

Please sign in to comment.