mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Merge pull request #14652 from moxian/fridge-raid
Can no longer accidentally empty the whole smartfridge
This commit is contained in:
@@ -56,7 +56,7 @@ export const Smartfridge = (props, context) => {
|
||||
maxValue={item.quantity}
|
||||
step={1}
|
||||
stepPixelSize={3}
|
||||
onDrag={(e, value) => act('vend',
|
||||
onChange={(e, value) => act('vend',
|
||||
{ index: item.vend, amount: value })} />
|
||||
<Button
|
||||
icon="arrow-down"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user