mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update PBX.hpp
Added realistic fuel capacity.
This commit is contained in:
@@ -26,4 +26,5 @@ class PBX: RubberBoat {
|
|||||||
transportMaxMagazines = 50;
|
transportMaxMagazines = 50;
|
||||||
transportMaxWeapons = 5;
|
transportMaxWeapons = 5;
|
||||||
transportMaxBackpacks = 1;
|
transportMaxBackpacks = 1;
|
||||||
|
fuelCapacity = 23;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user