Remove drones, fix InnateToolSystem (#25372)
* Fix drones * They dont need a full bloodstream * Incorrect indentation * Nuke drones * Fix ClothingHeadHatCatEars * Remove last mention of drones * Implement requested changes
This commit is contained in:
@@ -7,5 +7,6 @@ namespace Content.Server.Tools.Innate
|
||||
{
|
||||
[DataField("tools")] public List<EntitySpawnEntry> Tools = new();
|
||||
public List<EntityUid> ToolUids = new();
|
||||
public List<string> ToSpawn = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user