From 341fbccf9cdb5b0d55a278a5bc605bc0c77f3776 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 28 Jan 2012 14:12:42 +0000 Subject: [PATCH] (svn r23862) -Fix (r23860): Fix sweets capacity. --- src/table/cargo_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h index b577d73f70..c2ce5bc78b 100644 --- a/src/table/cargo_const.h +++ b/src/table/cargo_const.h @@ -124,7 +124,7 @@ static const CargoSpec _default_cargo[] = { MK( 20, 'SWET', 194, 5, 6144, 8, 40, true, TE_GOODS, STR_CARGO_PLURAL_CANDY, STR_CARGO_SINGULAR_CANDY, STR_BAGS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS, - SPR_CARGO_CANDY, CC_EXPRESS, 0x100), + SPR_CARGO_CANDY, CC_EXPRESS, 0x200), MK( 21, 'TOFF', 191, 16, 4778, 14, 60, true, TE_NONE, STR_CARGO_PLURAL_TOFFEE, STR_CARGO_SINGULAR_TOFFEE, STR_TONS, STR_QUANTITY_TOFFEE, STR_ABBREV_TOFFEE,