Skip to content

Commit

Permalink
#CTLD
Browse files Browse the repository at this point in the history
* Adding re-packing dropped units
  • Loading branch information
Applevangelist committed Oct 29, 2023
1 parent 92e2414 commit 497ac36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Moose Development/Moose/Ops/CTLD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
-- ===
--
-- ### Author: **Applevangelist** (Moose Version), ***Ciribob*** (original), Thanks to: Shadowze, Cammel (testing), bbirchnz (additional code!!)
-- ### Repack addition for crates: **Raiden**
--
-- @module Ops.CTLD
-- @image OPS_CTLD.jpg

-- Last Update June 2023
-- Last Update October 2023

do

Expand Down Expand Up @@ -1146,6 +1148,7 @@ CTLD = {
-- DONE: List cargo in stock
-- DONE: Limit of troops, crates buildable?
-- DONE: Allow saving of Troops & Vehicles
-- DONE: Adding re-packing dropped units
------------------------------

--- Radio Beacons
Expand Down Expand Up @@ -1225,7 +1228,7 @@ CTLD.UnitTypes = {

--- CTLD class version.
-- @field #string version
CTLD.version="1.0.40"
CTLD.version="1.0.41"

--- Instantiate a new CTLD.
-- @param #CTLD self
Expand Down

0 comments on commit 497ac36

Please sign in to comment.