diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-05 08:05:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-05 08:05:07 -0700 |
commit | 7d89f5d7ee1df0da3e2cf46c01a645e4ad36c1b0 (patch) | |
tree | aa802c565ceb13a08a1eb7e3fae2da44c8ea3ece /equipment.c | |
parent | 4bf0d768f9cc37be6d7400b83b15c66b46cfbf0a (diff) | |
download | subsurface-7d89f5d7ee1df0da3e2cf46c01a645e4ad36c1b0.tar.gz |
Add standard double cylinders
Fixes #689
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r-- | equipment.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/equipment.c b/equipment.c index 8ca9f096e..2a96aec80 100644 --- a/equipment.c +++ b/equipment.c @@ -172,6 +172,11 @@ struct tank_info_t tank_info[100] = { { "D7 300 bar", .ml = 14000, .bar = 300 }, { "D8.5 232 bar", .ml = 17000, .bar = 232 }, { "D12 232 bar", .ml = 24000, .bar = 232 }, + { "D13 232 bar", .ml = 26000, .bar = 232 }, + { "D15 232 bar", .ml = 30000, .bar = 232 }, + { "D16 232 bar", .ml = 32000, .bar = 232 }, + { "D18 232 bar", .ml = 36000, .bar = 232 }, + { "D20 232 bar", .ml = 40000, .bar = 232 }, /* We'll fill in more from the dive log dynamically */ { NULL, } |