mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Increase crash damage scale
This commit is contained in:
@@ -257,7 +257,7 @@ if (_damage > 0.4) then {
|
|||||||
//Dragged
|
//Dragged
|
||||||
case 5: {_scale = 25};
|
case 5: {_scale = 25};
|
||||||
//Crash
|
//Crash
|
||||||
case 6: {_scale = 100};
|
case 6: {_scale = 400};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Display some info in the players log file.
|
//Display some info in the players log file.
|
||||||
|
|||||||
Reference in New Issue
Block a user