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:
@@ -16,3 +16,8 @@ comp-stack-already-full = Stack is already full.
|
||||
|
||||
# Shown when a stack becomes full
|
||||
comp-stack-becomes-full = Stack is now full.
|
||||
|
||||
# Text related to splitting a stack
|
||||
comp-stack-split = You split the stack.
|
||||
comp-stack-split-halve = Halve
|
||||
comp-stack-split-too-small = Stack is too small to split.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
verb-system-waiting-on-server-text = Waiting on Server...
|
||||
verb-system-waiting-on-server-text = Waiting on Server...
|
||||
verb-system-no-verbs-text = No verbs!
|
||||
verb-system-null-server-response = Entity not in view. You should not see this.
|
||||
|
||||
@@ -21,3 +21,4 @@ verb-categories-close = Close
|
||||
verb-categories-open = Open
|
||||
verb-categories-rotate = Rotate
|
||||
verb-categories-transfer = Set Transfer Amount
|
||||
verb-categories-split = Split
|
||||
|
||||
Reference in New Issue
Block a user