Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist committed Jan 17, 2025
1 parent 77c6365 commit 2a1234f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Moose Development/Moose/Functional/Mantis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,9 @@ do
self:__RedState(1,samgroup)
self.SamStateTracker[name] = "RED"
end
-- TODO doesn't work
if shortsam == true and self.SmokeDecoy == true then
self:I("Smoking")
self:T("Smoking")
local units = samgroup:GetUnits() or {}
local smoke = self.SmokeDecoyColor or SMOKECOLOR.White
for _,unit in pairs(units) do
Expand Down

0 comments on commit 2a1234f

Please sign in to comment.