mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-23 08:33:36 +00:00
More caverns work (#335)
* Add functionality for cavern sentry turrets * Add missing LastDischarge on Tool * Fix BuildingControl GUID errors on server startup * Fix instant REK access to terminals in a cavern facility with a hacked CC * Simplify CC Amenity matching * Modify warning to match disabled functionality
This commit is contained in:
parent
9d67029238
commit
06ef3a08c5
17 changed files with 515 additions and 9 deletions
|
|
@ -252,7 +252,7 @@ class FacilityTurretObjectBuilderTest extends ActorTest {
|
|||
"build" in {
|
||||
val hub = ServerObjectBuilderTest.NumberPoolHub
|
||||
val actor = system.actorOf(Props(classOf[ServerObjectBuilderTest.BuilderTestActor], ServerObjectBuilder(1,
|
||||
FacilityTurret.Constructor(manned_turret)), hub), "spawn-tube")
|
||||
FacilityTurret.Constructor(manned_turret)), hub), "manned-turret")
|
||||
actor ! "!"
|
||||
|
||||
val reply = receiveOne(Duration.create(1000, "ms"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue