(9edcbf86d) Added: More prominent graphics for when a tutorial objective is completed

This commit is contained in:
Joonas Rikkonen
2019-03-28 18:10:56 +02:00
parent 98935935c9
commit fde8cc1d6f
5 changed files with 50 additions and 9 deletions
@@ -155,7 +155,7 @@ namespace Barotrauma.Items.Components
{
if (item.Container != null) { return false; }
if (AutoInteractWithContained && character.SelectedConstruction == null)
if (AutoInteractWithContained)
{
foreach (Item contained in Inventory.Items)
{