(93f4e5d57) Allow repair tools to hit structures even if the barrel is inside the structure. Possibly closes #1306

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:54:40 +02:00
parent ac60c9477e
commit 6ca760ceda
13 changed files with 357 additions and 535 deletions
@@ -68,14 +68,6 @@ namespace Barotrauma
private float dropItemAnimDuration = 0.5f;
private float dropItemAnimTimer;
public Item DroppedItem
{
get
{
return droppedItem;
}
}
private Item droppedItem;
private GUIComponent draggingMed;