Adds stack splitting (#4981)
* Adds stack splitting * Apply suggestions from code review Co-authored-by: ike709 <ike709@github.com> Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -50,5 +50,8 @@ namespace Content.Shared.Verbs
|
||||
|
||||
public static readonly VerbCategory SetTransferAmount =
|
||||
new("verb-categories-transfer", "/Textures/Interface/VerbIcons/spill.svg.192dpi.png");
|
||||
|
||||
public static readonly VerbCategory Split =
|
||||
new("verb-categories-split", null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user