Increase crash damage scale

This commit is contained in:
ebaydayz
2016-10-19 18:29:25 -04:00
parent 8beba72cbb
commit 17c0661094

View File

@@ -257,7 +257,7 @@ if (_damage > 0.4) then {
//Dragged
case 5: {_scale = 25};
//Crash
case 6: {_scale = 100};
case 6: {_scale = 400};
};
//Display some info in the players log file.