From c478ea30cb5862b1c21b63050837c282632b7ea8 Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Wed, 2 Oct 2013 22:37:25 +0100 Subject: Added 3L Pony tanks to the list of default tanks in equipment.c Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- equipment.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'equipment.c') 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 }, -- cgit v1.2.3-70-g09d2