diff options
Diffstat (limited to 'core/equipment.c')
-rw-r--r-- | core/equipment.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/equipment.c b/core/equipment.c index 19b50ab69..5dbb68e3f 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -173,6 +173,8 @@ struct tank_info_t tank_info[100] = { /* Common European steel cylinders */ { "3ℓ 232 bar", .ml = 3000, .bar = 232 }, { "3ℓ 300 bar", .ml = 3000, .bar = 300 }, + { "10ℓ 200 bar", .ml = 10000, .bar = 200 }, + { "10ℓ 232 bar", .ml = 10000, .bar = 232 }, { "10ℓ 300 bar", .ml = 10000, .bar = 300 }, { "12ℓ 200 bar", .ml = 12000, .bar = 200 }, { "12ℓ 232 bar", .ml = 12000, .bar = 232 }, |