* General slime improvements * Finish morphing * oops 2x2 not 3x3 * actually lets ball - 2x3 inventory * Last two things on the todo list * .\RobustToolbox\ * JUST COMPILE * fix tests 2.0 * fix tests 3.0 * Do reviews * minor change * guideboob * more --------- Co-authored-by: Kara <lunarautomaton6@gmail.com>
13 lines
629 B
Plaintext
13 lines
629 B
Plaintext
comp-storage-no-item-size = N/A
|
|
comp-storage-cant-insert = Can't insert.
|
|
comp-storage-too-big = Too big!
|
|
comp-storage-insufficient-capacity = No room!
|
|
comp-storage-invalid-container = This doesn't go in there!
|
|
comp-storage-anchored-failure = Can't insert an anchored item.
|
|
comp-storage-cant-drop = You can't let go of { THE($entity) }!
|
|
comp-storage-window-title = Storage Item
|
|
comp-storage-window-weight = { $weight }/{ $maxWeight }, Max Size: {$size}
|
|
comp-storage-window-slots = Slots: { $itemCount }/{ $maxCount }, Max Size: {$size}
|
|
comp-storage-verb-open-storage = Open Storage
|
|
comp-storage-verb-close-storage = Close Storage
|