From d396babd30c03b17a1d0c48ae2f0d34ec32a166f Mon Sep 17 00:00:00 2001 From: RimBlock Date: Tue, 3 Jun 2014 22:25:24 +0800 Subject: [PATCH] Update RHIB.hpp Added realistic fuel capacity. --- SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp b/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp index 3d4870929..8524f99a1 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/SEA/RHIB.hpp @@ -17,7 +17,7 @@ class Ship : AllVehicles maxSpeed = 30; simulation = "ship"; audible = 6; - fuelCapacity = 100; + fuelCapacity = 250; formationX = 50; formationZ = 100; brakeDistance = 50; @@ -569,4 +569,4 @@ class RHIB_DZ : Boat "ca\water\data\rhib_dash_destruct.rvmat" }; }; -}; \ No newline at end of file +};