diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2013-10-02 22:37:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-02 14:53:48 -0700 |
commit | c478ea30cb5862b1c21b63050837c282632b7ea8 (patch) | |
tree | 7ee865e8891da899f674aabe8b408df8f914b72c /equipment.c | |
parent | 60234189e306d314a8ffce5cee7c9ee796e2f7c7 (diff) | |
download | subsurface-c478ea30cb5862b1c21b63050837c282632b7ea8.tar.gz |
Added 3L Pony tanks to the list of default tanks in equipment.c
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r-- | equipment.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/equipment.c b/equipment.c index cb15126b4..2e41bf209 100644 --- a/equipment.c +++ b/equipment.c @@ -861,6 +861,8 @@ struct tank_info_t tank_info[100] = { { "HP130", .cuft = 130, .psi = 3442 }, /* Common European steel cylinders */ + { "3L 232 bar", .ml = 3000, .bar = 232 }, + { "3L 300 bar", .ml = 3000, .bar = 300 }, { "10L 300 bar", .ml = 10000, .bar = 300 }, { "12L 200 bar", .ml = 12000, .bar = 200 }, { "12L 232 bar", .ml = 12000, .bar = 232 }, |