Skip to content

Commit

Permalink
God fucking dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zumorica committed May 19, 2020
1 parent be6eba4 commit f04b9c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void AfterAttack(AfterAttackEventArgs eventArgs)

public bool TryPryTile(IEntity user, GridCoordinates clickLocation)
{
if (HasQuality(ToolQuality.Prying))
if (!HasQuality(ToolQuality.Prying))
return false;

var mapGrid = _mapManager.GetGrid(clickLocation.GridID);
Expand Down

0 comments on commit f04b9c0

Please sign in to comment.