This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Base.rte/Scenes/Objects/Bunkers Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ AddTerrainObject = TerrainObject
383
383
384
384
AddTerrainObject = TerrainObject
385
385
PresetName = Metal Block
386
+ AddToGroup = Bunker Bits
386
387
GoldValue = 40
387
388
FGColorFile = ContentFile
388
389
FilePath = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockFG.bmp
@@ -397,6 +398,7 @@ AddTerrainObject = TerrainObject
397
398
398
399
AddTerrainObject = TerrainObject
399
400
PresetName = Concrete Block
401
+ AddToGroup = Bunker Bits
400
402
GoldValue = 20
401
403
FGColorFile = ContentFile
402
404
FilePath = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockFG.bmp
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ function MaginotMission:StartActivity()
61
61
local brain = CreateAHuman (" Brain Robot" , " Base.rte" )
62
62
-- Move the brain to the right spot.
63
63
brain .Pos = Vector (2328 + player * 24 ,1240 )
64
+ -- If the brain area is provided, use that instead.
65
+ if SceneMan .Scene :HasArea (" Brain" ) then
66
+ brain .Pos = SceneMan .Scene :GetOptionalArea (" Brain" ):GetCenterPoint ()
67
+ end
64
68
-- Store this position.
65
69
self .spawnPos [player ] = brain .Pos
66
70
-- Equip the brain with a pistol.
You can’t perform that action at this time.
0 commit comments