mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fixed a derp where I left off a 30 unit option on glass beakers.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2552 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
icon_state = "null"
|
||||
item_state = "null"
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5,10,15,25,50)
|
||||
possible_transfer_amounts = list(5,10,15,25,30,50)
|
||||
volume = 50
|
||||
flags = FPRINT | TABLEPASS | OPENCONTAINER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user