diff --git a/planet/Tests.ocf/CableLorrys.ocs/Script.c b/planet/Tests.ocf/CableLorrys.ocs/Script.c index eac0a271b..d861cd994 100644 --- a/planet/Tests.ocf/CableLorrys.ocs/Script.c +++ b/planet/Tests.ocf/CableLorrys.ocs/Script.c @@ -26,6 +26,8 @@ protected func Initialize() CreateObject(Lorry, 835, 360); + CreateConstruction(Elevator, 160, 390, NO_OWNER, 100, true)->CreateShaft(150); + // Forest on the left side of the map, with sawmill. /* for (var i = 0; i < 20; i++) PlaceVegetation(Tree_Coniferous, 0, 200, 180, 300, 1000 * RandomX(60, 90));