Update PBX.hpp

Added realistic fuel capacity.
This commit is contained in:
RimBlock
2014-06-03 22:24:34 +08:00
parent aa8dac7b50
commit 47d7055fff

View File

@@ -26,4 +26,5 @@ class PBX: RubberBoat {
transportMaxMagazines = 50; transportMaxMagazines = 50;
transportMaxWeapons = 5; transportMaxWeapons = 5;
transportMaxBackpacks = 1; transportMaxBackpacks = 1;
}; fuelCapacity = 23;
};