Amenity positions + !hack refactor (#503)

* Add object positions for capture terminals and resource silos

* Small refactoring / renaming for !hack and capture terminals
This commit is contained in:
Mazo 2020-06-27 02:34:05 +01:00 committed by GitHub
parent e91e282d3a
commit d1e7d8f8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 643 additions and 636 deletions

View file

@ -213,7 +213,7 @@ class ResourceSiloObjectBuilderTest extends ActorTest {
"build" in {
val hub = ServerObjectBuilderTest.NumberPoolHub
val actor = system.actorOf(Props(classOf[ServerObjectBuilderTest.BuilderTestActor], ServerObjectBuilder(1,
ResourceSilo.Constructor), hub), "spawn-tube")
ResourceSilo.Constructor(Vector3(0f, 0f, 0f))), hub), "resource-silo")
actor ! "startup"
val reply = receiveOne(Duration.create(1000, "ms"))