- scriptified Strife's dagger and crossbow.

This commit is contained in:
Christoph Oelckers 2016-11-29 13:00:07 +01:00
commit be5ba70ed2
10 changed files with 428 additions and 457 deletions

View file

@ -7598,6 +7598,11 @@ DEFINE_ACTION_FUNCTION(AActor, ClearBounce)
return 0;
}
DEFINE_ACTION_FUNCTION(AActor, AccuracyFactor)
{
PARAM_SELF_PROLOGUE(AActor);
ACTION_RETURN_FLOAT(self->AccuracyFactor());
}
//----------------------------------------------------------------------------
//