diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-13 04:13:33 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-13 04:13:33 +0200 |
commit | d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32 (patch) | |
tree | 1bbab16076683ab3564b1a42261e384da53d60fe | |
parent | 8285dc2b0cb5eae93e9532d9a6c4c75f3dcaafab (diff) | |
download | roflnauts-d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32.zip roflnauts-d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32.tar.gz roflnauts-d6ad468c42ba9dcd8697109ac8e30c4ccdaa7c32.tar.bz2 |
Removed obsolete clouds property from map configs
-rw-r--r-- | config/maps/205.lua | 1 | ||||
-rw-r--r-- | config/maps/aiguillon.lua | 1 | ||||
-rw-r--r-- | config/maps/alpha.lua | 1 | ||||
-rw-r--r-- | config/maps/ribbit.lua | 1 | ||||
-rw-r--r-- | config/maps/rill.lua | 1 | ||||
-rw-r--r-- | config/maps/sorona.lua | 1 | ||||
-rw-r--r-- | config/maps/starstorm.lua | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/config/maps/205.lua b/config/maps/205.lua index 3fb348f..1a9ae0e 100644 --- a/config/maps/205.lua +++ b/config/maps/205.lua @@ -11,7 +11,6 @@ return {x = 0, y = -55}, {x = 10, y = -55} }, - clouds = false, create = { { x = -36, diff --git a/config/maps/aiguillon.lua b/config/maps/aiguillon.lua index 3fc3d3a..c4f0ee3 100644 --- a/config/maps/aiguillon.lua +++ b/config/maps/aiguillon.lua @@ -12,7 +12,6 @@ return {x = 5, y = -80}, {x = 15, y = -80}, }, - clouds = false, create = { { ratio = 0, diff --git a/config/maps/alpha.lua b/config/maps/alpha.lua index 4f900c2..795b6cf 100644 --- a/config/maps/alpha.lua +++ b/config/maps/alpha.lua @@ -14,7 +14,6 @@ return {x = 120, y = -50}, {x = 0, y = -75} }, - clouds = false, create = { { ratio = 0, diff --git a/config/maps/ribbit.lua b/config/maps/ribbit.lua index 0b01f09..08683ac 100644 --- a/config/maps/ribbit.lua +++ b/config/maps/ribbit.lua @@ -12,7 +12,6 @@ return {x = 5, y = -80}, {x = 15, y = -80} }, - clouds = false, create = { { ratio = 0, diff --git a/config/maps/rill.lua b/config/maps/rill.lua index 25af95d..b027923 100644 --- a/config/maps/rill.lua +++ b/config/maps/rill.lua @@ -12,7 +12,6 @@ return {x = 135, y = 10}, {x = 135, y = 10} }, - clouds = false, create = { { ratio = 0, diff --git a/config/maps/sorona.lua b/config/maps/sorona.lua index 986d0c8..4cc87cd 100644 --- a/config/maps/sorona.lua +++ b/config/maps/sorona.lua @@ -11,7 +11,6 @@ return {x = 0, y = -20}, {x = 10, y = -20} }, - clouds = false, create = { { ratio = 0, diff --git a/config/maps/starstorm.lua b/config/maps/starstorm.lua index 31e2d01..b4fabcd 100644 --- a/config/maps/starstorm.lua +++ b/config/maps/starstorm.lua @@ -14,7 +14,6 @@ return {x = -110, y = -70}, {x = 110, y = -70} }, - clouds = false, create = { { ratio = 0, |