mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update SET-SCENERY-100 - Scenery Set From Zone.lua
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
--
|
||||
-------------------------------------------------------------------------
|
||||
-- Join the game master slot initially, and then the Tank in
|
||||
-- Combined Arms after a few seconds. Shoot and destroy on of the tanks
|
||||
-- Combined Arms after a few seconds. Shoot and destroy one of the tanks
|
||||
-- ahead.
|
||||
-------------------------------------------------------------------------
|
||||
-- Date: November 2022
|
||||
@@ -25,7 +25,6 @@ local oiltanks = SET_SCENERY:New()
|
||||
oilstation:ForEachScenery(
|
||||
function(object)
|
||||
local scenery = object --Wrapper.Scenery#SCENERY
|
||||
local name = scenery:GetName()
|
||||
local desc = scenery:GetDesc()
|
||||
BASE:I({desc.typeName})
|
||||
if string.find(string.lower(desc.typeName),"tank") then
|
||||
|
||||
Reference in New Issue
Block a user