(30308f7e4) Fixed players being able to overwrite vanilla content when the vanilla package is not selected
This commit is contained in:
@@ -198,6 +198,7 @@ namespace Barotrauma
|
||||
|
||||
private void FindTargetHulls()
|
||||
{
|
||||
var idCard = character.Inventory.FindItemByIdentifier("idcard");
|
||||
bool isCurrentHullOK = !HumanAIController.UnsafeHulls.Contains(character.CurrentHull) && !IsForbidden(character.CurrentHull);
|
||||
|
||||
targetHulls.Clear();
|
||||
|
||||
Reference in New Issue
Block a user