Skip to content

Commit

Permalink
Sandbox: Replace IDP1 with construction zone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xansta committed Aug 11, 2024
1 parent 92cabe5 commit e4e2ca9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sandbox/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ require("sandbox/library.lua")

function init()
print("Empty Epsilon version: ",getEEVersion())
scenario_version = "6.34.5"
ee_version = "2024.06.20 (recompiled without setmetatable restriction)"
scenario_version = "6.34.6"
ee_version = "2024.08.09"
print(string.format(" --- Scenario: Sandbox --- Version %s --- Tested with EE version %s ---",scenario_version,ee_version))
print(_VERSION) --Lua version
updateDiagnostic = false
Expand Down Expand Up @@ -11968,9 +11968,9 @@ function createIcarusColor()
if i == 6 and not mirrorUniverse then
dp6Zone = squareZone(icx+dpx,icy+dpy,"idp6")
dp6Zone:setColor(0,128,0):setLabel("6")
-- elseif i == 5 and not mirrorUniverse then
-- dp5Zone = squareZone(icx+dpx,icy+dpy,"idp5")
-- dp5Zone:setColor(0,128,0):setLabel("5")
elseif i == 1 and not mirrorUniverse then
dp1Zone = squareZone(icx+dpx,icy+dpy,"idp1")
dp1Zone:setColor(0,128,0):setLabel("1")
else
local dp = CpuShip():setTemplate("Defense platform"):setFaction("Human Navy"):setPosition(icx+dpx,icy+dpy):setScannedByFaction("Human Navy",true):setCallSign(string.format("IDP%i",i)):setDescription(string.format("Icarus defense platform %i",i)):orderRoaming()
setBeamColor(dp)
Expand Down

0 comments on commit e4e2ca9

Please sign in to comment.