From 4b01f51337cc6dfa2c513a1cd7d4b2ae7bfcb39c Mon Sep 17 00:00:00 2001 From: Maikel de Vries Date: Thu, 4 Feb 2016 13:29:38 +0100 Subject: [PATCH] only structures should have Exclusive=1 Otherwise these objects would block new constructions --- planet/Objects.ocd/Environment.ocd/Cloud.ocd/DefCore.txt | 1 - planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/DefCore.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/planet/Objects.ocd/Environment.ocd/Cloud.ocd/DefCore.txt b/planet/Objects.ocd/Environment.ocd/Cloud.ocd/DefCore.txt index e75fe8736..e29210a35 100644 --- a/planet/Objects.ocd/Environment.ocd/Cloud.ocd/DefCore.txt +++ b/planet/Objects.ocd/Environment.ocd/Cloud.ocd/DefCore.txt @@ -6,7 +6,6 @@ Width=512 Height=350 Offset=-256,-175 Picture=0,0,220,110 -Exclusive=1 Components=Cloud=1 Oversize=1 StretchGrowth=1 diff --git a/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/DefCore.txt b/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/DefCore.txt index 5cedca17c..76a789e2a 100644 --- a/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/DefCore.txt +++ b/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/DefCore.txt @@ -16,7 +16,6 @@ ColorByOwner=1 Components=Metal=6;Wood=4; Rotate=1 Entrance=-12,-12,24,24 -Exclusive=1 RotatedEntrance=1 VehicleControl=1 NoStabilize=1 \ No newline at end of file