Changeset 3331
- Timestamp:
- 11/30/08 17:09:21 (5 weeks ago)
- Files:
-
- 1 modified
-
trunk/mods/ca/LuaRules/Gadgets/unit_morph.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mods/ca/LuaRules/Gadgets/unit_morph.lua
r3304 r3331 395 395 396 396 if (extraUnitMorphDefs[unitID] ~= nil) then -- send planetwars deployment message 397 local data = defName..","..math.floor(px)..","..math.floor(pz)..",".."S" -- todo determine and apply smart orientation of the structure 398 data = GG.base64enc(data) 399 Spring.SendCommands("w PlanetWars Encoded mission report:"..data) 397 local data = unitTeam..","..defName..","..math.floor(px)..","..math.floor(pz)..",".."S" -- todo determine and apply smart orientation of the structure 398 Spring.SendCommands("w pwdeploy:"..data) 400 399 extraUnitMorphDefs[unitID] = nil 401 400 end