God fucking dammit
This commit is contained in:
@@ -158,7 +158,7 @@ namespace Content.Server.GameObjects.Components.Interactable
|
|||||||
|
|
||||||
public bool TryPryTile(IEntity user, GridCoordinates clickLocation)
|
public bool TryPryTile(IEntity user, GridCoordinates clickLocation)
|
||||||
{
|
{
|
||||||
if (HasQuality(ToolQuality.Prying))
|
if (!HasQuality(ToolQuality.Prying))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
var mapGrid = _mapManager.GetGrid(clickLocation.GridID);
|
var mapGrid = _mapManager.GetGrid(clickLocation.GridID);
|
||||||
|
|||||||
Reference in New Issue
Block a user