Toolboxes Update (#985)
This commit is contained in:
@@ -214,6 +214,7 @@ namespace Content.Shared.Construction
|
||||
Metal,
|
||||
Glass,
|
||||
Cable,
|
||||
Gold,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Power
|
||||
@@ -9,6 +9,7 @@ namespace Content.Shared.GameObjects.Components.Power
|
||||
Idle,
|
||||
Producing,
|
||||
InsertingMetal,
|
||||
InsertingGlass
|
||||
InsertingGlass,
|
||||
InsertingGold
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Interfaces.Reflection;
|
||||
using Robust.Shared.IoC;
|
||||
@@ -121,6 +121,7 @@ namespace Content.Shared.GameObjects.Components
|
||||
Metal,
|
||||
Glass,
|
||||
Cable,
|
||||
Gold,
|
||||
Ointment,
|
||||
Brutepack,
|
||||
FloorTileSteel,
|
||||
|
||||
Reference in New Issue
Block a user