Unstable v0.1300.0.2
This commit is contained in:
@@ -843,6 +843,13 @@ namespace Barotrauma
|
||||
|
||||
if (item.ParentInventory != this)
|
||||
{
|
||||
if (Screen.Selected == GameMain.GameScreen)
|
||||
{
|
||||
if (item.NonInteractable || item.NonPlayerTeamInteractable)
|
||||
{
|
||||
return QuickUseAction.None;
|
||||
}
|
||||
}
|
||||
if (item.ParentInventory == null || item.ParentInventory.Locked)
|
||||
{
|
||||
return QuickUseAction.None;
|
||||
|
||||
Reference in New Issue
Block a user