Wtf how long have you been able to just warp to the eye wtf ahhh!!!!!!

This commit is contained in:
Nick 2024-02-23 21:13:39 -05:00
parent 04a7dc0af3
commit e46ceefe04

View File

@ -192,7 +192,7 @@ namespace NewHorizons
Config = Config =
{ {
destroyStockPlanets = false, destroyStockPlanets = false,
factRequiredForWarp = "OPC_EYE_COORDINATES_X1", //factRequiredForWarp = "OPC_EYE_COORDINATES_X1",
Vessel = new StarSystemConfig.VesselModule() Vessel = new StarSystemConfig.VesselModule()
{ {
coords = new StarSystemConfig.NomaiCoordinates coords = new StarSystemConfig.NomaiCoordinates
@ -201,7 +201,8 @@ namespace NewHorizons
y = new int[4] { 3, 0, 1, 4 }, y = new int[4] { 3, 0, 1, 4 },
z = new int[6] { 1, 2, 3, 0, 5, 4 } z = new int[6] { 1, 2, 3, 0, 5, 4 }
} }
} },
canEnterViaWarpDrive = false
} }
}; };