[feat]MeatyOre panel

This commit is contained in:
rhailrake
2023-04-28 06:07:50 +06:00
committed by Aviu00
parent c71ac26fdc
commit 4f6be99853
21 changed files with 2058 additions and 7 deletions

View File

@@ -38,6 +38,9 @@ namespace Content.Shared.Verbs
public static readonly VerbCategory Admin =
new("verb-categories-admin", "/Textures/Interface/character.svg.192dpi.png");
public static readonly VerbCategory MeatyOre =
new("MeatyOre", null);
public static readonly VerbCategory Antag =
new("verb-categories-antag", "/Textures/Interface/VerbIcons/antag-e_sword-temp.192dpi.png", iconsOnly: true) { Columns = 5 };