mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Refuel at powered gas stations fill 10% capacity
This commit is contained in:
@@ -30,7 +30,7 @@ if(_IsNearVehicle >= 1) then {
|
|||||||
while {_isOk} do {
|
while {_isOk} do {
|
||||||
|
|
||||||
// qty to add per loop
|
// qty to add per loop
|
||||||
_canSize = 20;
|
_canSize = (_capacity / 10);
|
||||||
|
|
||||||
cutText [format["Filling up %1, move to cancel.",_nameText], "PLAIN DOWN"];
|
cutText [format["Filling up %1, move to cancel.",_nameText], "PLAIN DOWN"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user