test: replace campaign labels with behavior names
This commit is contained in:
parent
e6fab96f12
commit
9c6b143a03
30 changed files with 135 additions and 97 deletions
|
|
@ -705,8 +705,8 @@ public sealed class MotionInterpreterJumpFamilyTests
|
|||
[Fact]
|
||||
public void JumpIsAllowed_LeashArmedAndOverstrained_ReturnsGeneralMovementFailure()
|
||||
{
|
||||
var world = new System.Collections.Generic.Dictionary<uint, R5Host>();
|
||||
var host = new R5Host(10u, world);
|
||||
var world = new System.Collections.Generic.Dictionary<uint, PhysicsObjHostStub>();
|
||||
var host = new PhysicsObjHostStub(10u, world);
|
||||
const uint outdoorCell = 0x12340007u; // low16 < 0x0100 -> outdoor
|
||||
host.Position = new Position(outdoorCell, Vector3.Zero, Quaternion.Identity);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue