Halved lifting time of carry heavy objects.

heavy-resources
Clonkonaut 2014-04-27 15:47:48 +02:00
parent f2c1b3a66f
commit a344dc565c
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ private func DoLift(bool forceEnter)
// ------------------
// Lifting the object
// ------------------
static const lift_heavy_time = 60;
static const lift_heavy_time = 30;
func FxIntLiftHeavyStart(object clonk, proplist effect, bool tmp, bool forceEnter)
{
if(tmp) return;