mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-15 08:24:39 +00:00
appeasing the testing gods
This commit is contained in:
parent
d3392ecab2
commit
52deb2b212
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ final case class MajorFacilityHackParticipation(building: Building) extends Faci
|
||||||
// case _ =>
|
// case _ =>
|
||||||
// requestLayers.completeWith(Future(ZoneHotSpotProjector.ExposedHeat(building.Position.xy, building.Definition.SOIRadius, Nil)))
|
// requestLayers.completeWith(Future(ZoneHotSpotProjector.ExposedHeat(building.Position.xy, building.Definition.SOIRadius, Nil)))
|
||||||
// }
|
// }
|
||||||
requestLayers.completeWith(Future(ZoneHotSpotProjector.ExposedHeat(building.Position.xy, building.Definition.SOIRadius, Nil)))
|
requestLayers.completeWith(Future(ZoneHotSpotProjector.ExposedHeat(building.Position.xy, building.Definition.SOIRadius.toFloat, Nil)))
|
||||||
requestLayers.future
|
requestLayers.future
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -311,7 +311,7 @@ class VehicleControlMountingBlockedExosuitTest extends ActorTest {
|
||||||
vehicle.Actor.tell(Mountable.TryDismount(player1, 0), probe.ref)
|
vehicle.Actor.tell(Mountable.TryDismount(player1, 0), probe.ref)
|
||||||
probe.receiveOne(500 milliseconds) //discard
|
probe.receiveOne(500 milliseconds) //discard
|
||||||
vehicle.OwnerGuid = None //ensure
|
vehicle.OwnerGuid = None //ensure
|
||||||
vehicle.OwnerName = None //ensure
|
//vehicle.OwnerName = None //ensure
|
||||||
vehicle.Actor.tell(Mountable.TryMount(player3, 1), probe.ref) // Agile in driver mount allowing all except MAX
|
vehicle.Actor.tell(Mountable.TryMount(player3, 1), probe.ref) // Agile in driver mount allowing all except MAX
|
||||||
VehicleControlTest.checkCanMount(probe, "Agile in driver mount allowing all except MAX")
|
VehicleControlTest.checkCanMount(probe, "Agile in driver mount allowing all except MAX")
|
||||||
vehicle.Actor.tell(Mountable.TryMount(player1, 3), probe.ref) // Reinforced in passenger mount allowing all except MAX
|
vehicle.Actor.tell(Mountable.TryMount(player1, 3), probe.ref) // Reinforced in passenger mount allowing all except MAX
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue