Unstable 1.1.14.0
This commit is contained in:
@@ -262,6 +262,12 @@ namespace Barotrauma
|
||||
SpawnedInCurrentOutpost = true,
|
||||
AllowStealing = false
|
||||
};
|
||||
item.AddTag("cargomission");
|
||||
item.AddTag(Prefab.Identifier);
|
||||
foreach (var tag in Prefab.Tags)
|
||||
{
|
||||
item.AddTag(tag);
|
||||
}
|
||||
item.FindHull();
|
||||
items.Add(item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user