Workbench update (#760)

* fix workbench icons

* workbench search

* fix 1

* UI finalize

* fix material localization

* restore shard sprite

* Update sewing_table.yml
This commit is contained in:
Ed
2025-01-15 00:34:08 +03:00
committed by GitHub
parent cf41cabcea
commit 925738afc2
18 changed files with 168 additions and 85 deletions

View File

@@ -10,7 +10,7 @@ using Robust.Shared.Serialization;
namespace Content.Shared._CP14.Workbench;
public class SharedCP14WorkbenchSystem : EntitySystem
public abstract class SharedCP14WorkbenchSystem : EntitySystem
{
}