Skip to content

Commit b8ff975

Browse files
committed
Added a friendly Stinger to planet 5.
1 parent f1e93de commit b8ff975

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

campaign/sample/planets/planet5.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ local function GetPlanet(planetUtilities, planetID)
7676
z = 630,
7777
facing = 0,
7878
},
79+
{
80+
name = "turretheavylaser",
81+
x = 2571,
82+
z = 1830,
83+
facing = 0,
84+
difficultyAtMost = 3,
85+
},
7986
{
8087
name = "staticradar",
8188
x = 2925,

0 commit comments

Comments
 (0)