Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed CanCrowbar duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed May 22, 2024
1 parent 84c3fc8 commit cb6f512
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Maps/ContentTileDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public sealed partial class ContentTileDefinition : IPrototype, IInheritingProto
[DataField]
public PrototypeFlags<ToolQualityPrototype> DeconstructTools { get; set; } = new();

public bool CanCrowbar => DeconstructTools.Contains(PryingToolQuality);

// Delta V
[DataField("canShovel")] public bool CanShovel { get; private set; }
//Delta V
Expand Down

0 comments on commit cb6f512

Please sign in to comment.