
themes {
   custom: theme {

      theme_settings {
         layout = "G H D O"
         parser_delay = 0
      }

   }
}

game_information {
   game_name                    = Escape from the MV Capricorn
   game_version                 = 1.0.0
   game_shortname               = EscCap
   written_by                   = FLACRabbit
   uuid                         = ce26f920-8bfa-4394-b275-cefe710876e3
   year_of_release              = 2026
}

game_settings {
   rollback_enabled = true
   rewind_enabled = true
   auto_pluralize_nouns = false
}

start_at = goat_box

locations {
   goat_box: location {
      header = "Goat Box"
      on_describe {
         : if (highlighting) {
            : print "This place is like a container home \(you heard about those on a TV show\), except without the \"home\" part. It's a single rectangular room with drab walls, incandescent lights, and a single <door<#f80>> to the west. Maybe that show biased your expectations, but there isn't even a home theater.\nAll you can see is a <pile of straw<#f80>>, a <stack of books<#f80>>, and a <refrigerator<#f80>>.";
         }
         : else {
            : print "This place is like a container home \(you heard about those on a TV show\), except without the \"home\" part. It's a single rectangular room with drab walls, incandescent lights, and a single door to the west. Maybe that show biased your expectations, but there isn't even a home theater.\nAll you can see is a pile of straw, a stack of books, and a refrigerator.";
         }
      }
   }

   container_stacks: location {
      header="Container Stacks"
      graphic="containers"
      on_describe {
        : if (highlighting) {
            : print "You're standing on piles of shipping <containers<#f80>>. This steep, uneven terrain seems to have awakened some ancient instincts in you. It reminds you of Mediterranean mountains, covered with craggy rocks and scraggly bushes, even though you've never been there.\nThe container that you were penned up in is to the east.";
         }
         : else {
            : print "You're standing on piles of shipping containers. This steep, uneven terrain seems to have awakened some ancient instincts in you. It reminds you of Mediterranean mountains, covered with craggy rocks and scraggly bushes, even though you've never been there.\nThe container that you were penned up in is to the east.";
         }
      }
   }

   main_deck: location "You're on the main deck of the ship. A door to the interior lies to the west, and the stacks of containers rise to the east. The cargo crane towers above you to the north, with a short flight of stairs leading to its cabin." header="Main Deck";

   control_cabin: location {
      header="Crane Control Cabin"
      graphic="ship_base"
      on_describe {
         : if (highlighting) {
            : print "This dusty, glass-windowed cabin inside the crane's superstructure contains its controls, the most obvious ones being a <left lever<#f80>>, a <right lever<#f80>>, a <button<#f80>> marked \"LOWER\", and a <button<#f80>> marked \"RAISE\". There's also a computerized <display<#f80>> that reminds you of some of those stupid 1980s TV shows. Stairs lead back down to the main deck to the south.";
         }
         : else {
            : print "This dusty, glass-windowed cabin inside the crane's superstructure contains its controls, the most obvious ones being a left lever, a right lever, a button marked \"LOWER\", and a button marked \"RAISE\". There's also a computerized display that reminds you of some of those stupid 1980s TV shows. Stairs lead back down to the main deck to the south.";
         }
      }
   }

   crane_boom: location "It's exhilarating up here, balancing precariously on top of the shipboard crane's boom. You climbed up from the east, but the boom extends a long way west, nearly reaching an upper deck." header="On the Boom";

   upper_deck: location {
      on_describe {
         : append "You're on a balcony-like upper deck of the ship. You got here by jumping off the back of the crane's boom to the east, but you don't think you could jump back up there. A door leads into the ship to the south";
         : if (is_beside "life_preserver" || is_beside "wicker_chair") {
            : if (is_beside "life_preserver" && is_beside "wicker_chair") {
               : if (highlighting) {
                  : append ", and you notice a few other things around: a <life preserver<#08f>>, a <wicker chair<#f80>>, and, most importantly, a <lifeboat<#f80>>!\n";
               }
               : else {
                  : append ", and you notice a few other things around: a life preserver, a wicker chair, and, most importantly, a lifeboat!\n";
               }
            }
            : else_if (is_beside "life_preserver") {
               : if (highlighting) {
                  : append ", and you notice a few other things around: a <life preserver<#08f>> and, more importantly, a <lifeboat<#f80>>!\n";
               }
               : else {
                  : append ", and you notice a few other things around: a life preserver and, more importantly, a lifeboat!\n";
               }
            }
            : else_if (is_beside "wicker_chair") {
               : if (highlighting) {
                  : append ", and you notice a few other things around: a <wicker chair<#f80>>, and, more importantly, a <lifeboat<#f80>>!\n";
               }
               : else {
                  : append ", and you notice a few other things around: a wicker chair, and, more importantly, a lifeboat!\n";
               }
            }
            : else {
               : if (highlighting) {
                  : append ", and you notice a few other things around: a <life preserver<#08f>>, a <wicker chair<#f80>>, and, most importantly, a <lifeboat<#f80>>!\n";
               }
               : else {
                  : append ", and you notice a few other things around: a life preserver, a wicker chair, and, most importantly, a lifeboat!\n";
               }
            }
         }
         : else {
            : if (highlighting) {
               : append ", and a <lifeboat<#f80>> on its launch ramp.\n";
            }
            : else {
               : append ", and a lifeboat on its launch ramp.\n";
            }
         }
      }
      header="Upper Deck"
   }

   staircase: location {
      on_describe {
         : append "This is the top of a long staircase that leads down and south into the ship. The sunlight coming in from the door in the north wall far outshines the fluorescent lights inside.";
         : if (is_beside "fire_extinguisher") {
            : if (highlighting) {
               : append " There's a <fire extinguisher<#f80>> in a recess in the wall.\n";
            }
            : else {
               : append " There's a fire extinguisher in a recess in the wall.\n";
            }
         }
         : else {
            : append "\n";
         }
      }
      header="Top of the Staircase";
   }
}

connections {
   from, direction, to = [
      goat_box, west, container_stacks
      main_deck, north, control_cabin
      upper_deck, south, staircase
   ]
}

on_startup {
   : print "You used to lead a pretty easy life. In exchange for solving a few logic puzzles every day in front of people wearing lab coats, you got free room and board! (And access to a TV.)\nOf course, that had to come to an end sometime. A few days ago they packed you into a shipping container - as if you were mere cargo! - and loaded you on a ship, mumbling something about an international neuroscience conference.\nThat doesn't sound very fun. Time to get out of here.";
   : press_any_key;
   : clear_screen;
   : print_graphic "title" ;
   : print "by FLACRabbit";
   : print "Release 1.0 (Aug 13 2026)";
   : print "Made with Adventuron 1.0.0 Beta 84";
   : press_any_key;
   : play_incidental "music_1";
}

vocabulary {
   : noun aliases=["liberty", "book"];
   : noun aliases=["sensor", "sensors", "label", "labels", "box", "boxes"];
   : noun aliases=["saw", "hacksaw"];
   : noun aliases=["deadbolt", "bolt", "lock", "bar"];
   : noun aliases=["refrigerator", "fridge"];
   : noun aliases=["liberty", "note"];
   : noun aliases=["container", "containers", "ring", "rings"];
   : noun aliases=["lifeboat", "boat"];
   : noun aliases=["crane", "boom", "beam", "beams"];
   : noun aliases=["preserver", "lifesaver", "saver", "buoy", "lifebuoy"];
   : noun aliases=["sun", "sky"];
   : noun aliases=["sea", "ocean"];
   : noun aliases=["light", "lights"];
   : noun aliases=["display", "computer", "readout"];

   : adjective aliases=["shipping", "cargo", "purple"];
   : adjective aliases=["metal", "steel"];
   : adjective aliases=["copy", "sticky"];
   : adjective aliases=["blue", "Atlantic"];

   : verb aliases=["go", "walk", "trot", "canter", "strut"];
   : verb aliases=["saw", "cut", "sever"];
   : verb aliases=["break", "smash", "hit", "attack", "destroy"];
   : verb aliases=["examine", "search"];
   : verb aliases=["push", "press"];
   : verb aliases=["attach", "hook", "put", "tie", "connect", "fasten", "secure"];
   : verb aliases=["enter", "climb", "sit"];
   : verb aliases=["eat", "bite", "gnaw"];
   : verb aliases=["drop", "throw"];
   : verb aliases=["put", "pass", "place"];

   : verb aliases=["highlight", "highlighting"];
}

objects {
   // Goat box
   pile_straw: scenery "a pile of straw" listed="false" at="goat_box" msg="You're supposed to sleep here, as if it were any kind of substitute for a bed. Preferably queen-sized at least.";
   stack_books: scenery "a stack of books" listed="false" at="goat_box" msg="Hobbes, Hume, Kant, Marx... you've seen all of these guys before.";
   copy_liberty: object "\'On Liberty\' by John Stuart Mill" listed="false" msg="It's a thick hardcover copy of \'On Liberty\' by John Stuart Mill. There's a sticky note on the cover with a message from Dr. Walker, scrawled in red pen: \'I hope you find this as freeing as I think you will.\'";
   metal_hacksaw: object "a hacksaw" msg="It's a small steel hacksaw, brand new. You think you can manipulate it with your mouth.";
   container_door: scenery "the door" listed="false" at="goat_box";
   black_sensor: scenery "the sensor" listed="false" at="goat_box" msg="If you had to guess, you'd say it would detect when the door was opened and alert someone. There's a warning label on it: \"CAUTION! Risk of electric shock. Do not insert metal object. Device is not waterproof. Do not immerse in water. Do not leave unsupervised with goat.\"";
   deadbolt: scenery "the deadbolt" listed="false" at="goat_box" msg="You can just see light reflecting off of a metal bar inside the crack between the door and the frame, right next to the handel. It's a deadbolt lock, but there's no way to manipulate it from the inside.";
   small_refrigerator: scenery "the refrigerator" listed="false" at="goat_box" msg="It's a small refrigerator, like they have in hotel rooms (at least in TV shows). The scientists put enough food and water in here to last you for the whole journey. If you open it you cn see what's inside.";
   tofu: scenery "some blocks of tofu" listed="false" msg="You used to like tofu, until about the third week of the journey.";
   bottled_water: scenery "some bottled water" listed="false" msg="There are still a few dozen plastic water bottles in the fridge.";
   water_bottle: object "a bottle of water" msg="It's a cheap bottle of water, with some Photoshopped mountain on the label.";
   incandescent_lights: scenery "the lights" listed="false" at="goat_box" msg="The yellowish light is depressing.";

   // Container stacks
   stacks_door: scenery "the door" listed="false" at="container_stacks" msg="That's the door in the front of the goat box.";
   crane_hook: scenery "the crane's hook" listed="false" msg="This thick steel hook is attached to the crane's cable.";
   crane: scenery "the crane's boom" listed="false" msg="The crane's boom is extended over the stacks of containers.";
   purple_containers: scenery "the containers" listed="false" at="container_stacks" msg="All kinds of containers are piled up here, varying in color and how worn they look. Each one has a ring on top to allow it to be lifted by crane.";

   // Main deck
   deck_door: scenery "the door to the interior" listed="false" at="main_deck" msg="It's a heavy, metal-rimmed door that leads into the interior of the ship.";

   // Crane control cabin

   left_lever: scenery "the left lever" listed="false" at="control_cabin" msg="It's a lever that you could PULL with your hooves.";
   right_lever: scenery "the right lever" listed="false" at="control_cabin" msg="It's a lever that you could PULL with your hooves.";
   raise_button: scenery "the button labeled 'RAISE'" listed="false" at="control_cabin" msg="It's a large round button with faded white lettering underneath: 'RAISE'. Probably it raises the hook.";
   lower_button: scenery "the button labeled 'LOWER'" listed="false" at="control_cabin" msg="It's a large round button with faded white lettering underneath: 'LOWER'. Probably it lowers the hook.";
   display: scenery "the computerized display" listed="false" at="control_cabin";

   // Upper deck and staircase (endgame)

   dr_walker: scenery "Dr. Walker" listed="false" msg="Dr. Walker is a fat, balding, good-hearted neurosurgeon. His thick glasses give him the look of a mad scientist from a TV show. He was your favorite of the experimenters who interacted with you back at the lab.";
   dr_beech: scenery "Dr. Beech" listed="false" at="staircase" msg="Dr. Beech is a gray-haired man with a square jawline and beady eyes. Supposedly he's one of the world's greatest neurobiologists, and he never got tired of telling you that you should be grateful to him for developing the neural growth serum you were injected with.";
   captain: scenery "the Captain" listed="false" at="staircase" msg="The Captain of the ship is a blond-haired, blue-eyed German wearing a sailor's hat. His mouth has a bit of a pouty look.";
   security_guard: scenery "the security guard" listed="false" at="staircase" msg="The MV Capricorn apparently employs this burly, stubbly guy as a security guard, probably in case of a pirate attack.";

   wicker_chair: scenery "a wicker deck chair" listed="false" at="upper_deck" msg="It's a cheap wicker chair on the deck here. It looks light enough that you could push it from place to place.";
   life_preserver: object "a life preserver" listed="false" at="upper_deck" msg="A regulation life preserver ring, painted red and white, is hanging in a bracket on the railing. You think you could grab it with your horns.";
   fire_extinguisher: scenery "a fire extinguisher" listed="false" at="staircase";
   extinguisher_ring: scenery "the fire extinguisher's ring" listed="false" at="staircase" msg="According to the label, pulling out this ring should make it possible to activate the fire extinguisher.";
   life_lifeboat: scenery "the lifeboat" listed="false" at="upper_deck" msg="It's a small motorboat on a launch ramp. Ordinarily, it's held in place by four ropes which are supposed to be released automatically when the release lever is pulled.";
   four_ropes: scenery "the ropes" listed="false" at="upper_deck";


   // Backdrops

   backdrop_crane: scenery "the crane" adjective="shipboard" listed="false" msg="The shipboard crane rises to about the same level as the upper deck, which is even further aft.";
   backdrop_sea: scenery "the sea" adjective="blue" listed="false" msg="The Atlantic Ocean rolls slowly by.";
   backdrop_sky: scenery "the sky" adjective="blue" listed="false" msg="It's pale blue.";
   backdrop_containers: scenery "the containers" adjective="shipping" listed="false" msg="Tons of containers are stacked up on the fore two-thirds of the ship.";


}

booleans {
   noun_is_manipulable: boolean;
   second_noun_is_manipulable: boolean;

   door_is_locked: boolean "true";
   door_is_open: boolean "false";
   sensor_is_broken: boolean "false";

   crane_lowered: boolean "false";
   crane_box_attached: boolean "false";
   on_raised_box: boolean "false";

   occluded: boolean "false";

   commotion_happening: boolean "false";
   commotion_happened: boolean "false";

   time_taken: boolean "false";

   endgame_first_hint: boolean "false";
   endgame_second_hint: boolean "false";
   sensor_first_hint: boolean "false";

   highlighting: boolean "false";
}

integers {
   current_x: integer "4";
   current_y: integer "2";
   current_height: integer;
   destination_x: integer;
   destination_y: integer;
   destination_height: integer;
   move_dx: integer;
   move_dy: integer;

   crane_angle: integer "-1";

   commotion_turns: integer "0";

   climax_turns: integer "0";
   climax_enemy_progress: integer "0";
}

strings {
   move_direction: string "";
}

collections {
   objects_in_current_location: set;
   objects_in_inventory: set;
   manipulable_objects: set;
   extended_scope: set;

   // current_y0_height: list items=[3, 3, 0, 0, 0];
   // current_y1_height: list items=[2, 4, 5, 0, 0];
   // current_y2_height: list items=[1, 2, 6, 4, 3];
   // current_y3_height: list items=[1, 0, 1, 2, 0];

   containers_height: list items=[3, 3, 0, 0, 0, 2, 4, 5, 0, 0, 1, 2, 6, 4, 3, 1, 0, 1, 2, 0];

   time_consuming_verbs: set items=["take", "drop", "push", "pull", "n", "north", "s", "south", "e", "east", "w", "west", "go", "enter", "up", "attach", "wait"];

   containers_exits: list;
}

traits {
   edible_t: trait;
}

on_command {
   // : mask {
   //    : if (1 == 1) {
   //       : print {("v: " + original "verb")};
   //       : print {("a1: " + original "adjective1")};
   //       : print {("n1: " + original "noun1")};
   //       : print {("p: " + original "preposition")};
   //       : print {("a2: " + original "adjective2")};
   //       : print {("n2: " + original "noun2")};
   //    }
   // }

   : if (verb_is "highlight" && (preposition_is "on" || (noun1_is "" && noun2_is "" && preposition_is ""))) {
      : print "<[[Object highlighting is now turned ON. Use >>HIGHLIGHT OFF to turn it off again.]]<#ff0>>";
      : set_true "highlighting";
      : press_any_key;
      : redescribe;
   }
   : if (verb_is "highlight" && noun1_is "off") {
      : print "<[[Object highlighting is now turned OFF. Use >>HIGHLIGHT ON to turn it on again.]]<#ff0>>";
      : set_false "highlighting";
   }

   : match "exits" {
      : if (is_at "goat_box") {
         : if (door_is_open) {
            : print "You can go west now that the door is open.";
         }
         : else {
            : print "There's a door in the west wall, but it's closed.";
         }
      }
      : else_if (is_at "container_stacks") {
         : if (on_raised_box) {
            : print "From here, you could go back east to the tall stack of containers, or up onto the crane's boom.";
            : done;
         }

         : clear "containers_exits";

         : if (current_x == 0) {
            : if (current_height <= 2) {
               : collection_push { collection = "containers_exits" value -> ("west")};
            }
         }
         : else_if (current_x == 2 && current_y == 2 && !crane_lowered && crane_angle == 0 && crane_box_attached) {
            : collection_push { collection = "containers_exits" value -> ("west")};
         }
         : else {
            : set_integer var="destination_height" (int(collection_get {collection -> ("containers_height") index -> (current_y*5 + (current_x - 1))}));
            : if (destination_height >= current_height - 2 && destination_height <= current_height + 1) {
               : collection_push { collection = "containers_exits" value -> ("west")};
            }
         }

         : if (current_x < 4) {
            : set_integer var="destination_height" (int(collection_get {collection -> ("containers_height") index -> (current_y*5 + (current_x + 1))}));
            : if (destination_height >= current_height - 2 && destination_height <= current_height + 1) {
                  : collection_push { collection = "containers_exits" value -> ("east")};
            }
         }

         : if (current_y > 0) {
            : set_integer var="destination_height" (int(collection_get {collection -> ("containers_height") index -> ((current_y - 1)*5 + current_x)}));
            : if (destination_height >= current_height - 2 && destination_height <= current_height + 1) {
                  : collection_push { collection = "containers_exits" value -> ("north")};
            }
         }

         : if (current_y < 3) {
            : set_integer var="destination_height" (int(collection_get {collection -> ("containers_height") index -> ((current_y + 1)*5 + current_x)}));
            : if (destination_height >= current_height - 2 && destination_height <= current_height + 1) {
                  : collection_push { collection = "containers_exits" value -> ("south")};
            }
         }

         // this is stupid, but there's no built in list printing routine, and it's not worth making one and setting up all the appropriate globals just for this
         : if (count "containers_exits" == 1) {
            : print {("You can go " + collection_get { collection = "containers_exits" index->(0) } + " from this container.")};
         }
         : else_if (count "containers_exits" == 2) {
            : print {("You can go " + collection_get { collection = "containers_exits" index->(0) } + " or " + collection_get { collection = "containers_exits" index->(1) } + " from this container.")};
         }
         : else_if (count "containers_exits" == 3) {
            : print {("You can go " + collection_get { collection = "containers_exits" index->(0) } + ", " + collection_get { collection = "containers_exits" index->(1) } + " or " + collection_get { collection = "containers_exits" index->(2) } + " from this container.")};
         }
         : else_if (count "containers_exits" == 4) {
            : print {("You can go " + collection_get { collection = "containers_exits" index->(0) } + ", " + collection_get { collection = "containers_exits" index->(1) } + ", " + collection_get { collection = "containers_exits" index->(2) } + " or " + collection_get { collection = "containers_exits" index->(3) } + " from this container.")};
         }
      }
      : else_if (is_at "main_deck") {
         : print "You can go east (onto the containers) or north (into the crane control cabin).";
      }
      : else_if (is_at "control_cabin") {
         : print "The only way to go from here is south.";
      }
      : else_if (is_at "crane_boom") {
         : print "You can walk along the beam you're on to the west. The containers are back to the east, but there's no reason to go back there.";
      }
      : else_if (is_at "upper_deck") {
         : print "You can go south into the stairwell.";
      }
      : else_if (is_at "staircase") {
         : print "You can go north, back out onto the upper deck. The stairwell continues south, but you don't think you can get past the three men.";
      }
   }

   : if (original "noun1" == "bottle" && original "noun2" == "water") {
      : set_sentence {(original "verb" + " bottle")};
   }

   : match "examine me;examine myself" {
      : print "You glance over what you can see of your fur and hooves. All in order.";
      : done;
   }

   : if (original "noun1" == "me" || original "noun2" == "me") {
      : print "You don't need to refer to yourself in this game.";
      : done;
   }

   : if (is_at "control_cabin") {
      : match "examine display;read display" {
         : set_sentence "look";
      }
   }

   : if ((original "noun1" == "book") && !(is_present "copy_liberty") && (is_present "stack_books")) {
      : set_sentence {(original "verb" + " books")};
   }

   : if ((original "noun1" == "water") && (is_present "water_bottle")) {
      : set_sentence {(original "verb" + " bottle " + original "preposition" + " " + original "noun2")};
   }

   : if ((original "noun1" == "bottle") && (!is_present "water_bottle")) {
      : set_sentence {(original "verb" + " water " + original "preposition" + " " + original "noun2")};
   }

   : if (original "verb" == "get" && (original "preposition" == "in" || original "preposition" == "on")) {
      : set_sentence {("enter " + original "noun1")};
   }

   : if (original "verb" == "examine" && original "preposition" == "in" && (noun1_is "book" || noun1_is "fridge")) {
      : set_sentence {("open " + original "noun1")};
   }

   : if (original "verb" == "in" && original "noun1" == "" && original "noun2" == "") {
      : set_sentence "inwardify"; // there appears to be some built-in weirdness around >IN, because it seems to be interpreted as equivalent to >ENTER by verb_is, at which point the scope check asks you for a noun.
   }

   : if (is_at "control_cabin") {
      : if (original "noun1" == "left") {
         : set_sentence {(original "verb" + " left lever")};
      }
      : if (original "noun1" == "right") {
         : set_sentence {(original "verb" + " right lever")};
      }
      : if (original "noun1" == "raise") {
         : set_sentence {(original "verb" + " raise button")};
      }
      : if (original "noun1" == "lower") {
         : set_sentence {(original "verb" + " lower button")};
      }
   }

   : if (verb_is "push" && noun1_is "chair" && (original "noun2" == "south" || original "noun2" == "s" || original "noun2" == "west" || original "noun2" == "w" || original "noun2" == "east" || original "noun2" == "e" || original "noun2" == "north" || original "noun2" == "n" || original "noun2" == "southeast" || original "noun2" == "se" || original "noun2" == "southwest" || original "noun2" == "sw" || original "noun2" == "northeast" || original "noun2" == "ne" || original "noun2" == "northwest" || original "noun2" == "nw" || original "noun2" == "down" || original "noun2" == "d")) {
      : set_sentence {("push chair to " + original "noun2")};
   }

   : if ((verb_is "drop" || verb_is "push") && noun1_is "preserver" && (original "noun2" == "south" || original "noun2" == "s" || original "noun2" == "west" || original "noun2" == "w" || original "noun2" == "east" || original "noun2" == "e" || original "noun2" == "north" || original "noun2" == "n" || original "noun2" == "southeast" || original "noun2" == "se" || original "noun2" == "southwest" || original "noun2" == "sw" || original "noun2" == "northeast" || original "noun2" == "ne" || original "noun2" == "northwest" || original "noun2" == "nw" || original "noun2" == "down" || original "noun2" == "d")) {
      : set_sentence "drop preserver";
   }

   : match "port _" {
      : set_sentence "go north";
   }

   : match "starboard _" {
      : set_sentence "go south";
   }

   : match "fore _" {
      : set_sentence "go east";
   }

   : match "aft _" {
      : set_sentence "go west";
   }

   : match "sleep -" {
      : print "You just got up not too long ago.";
      : done;
   }

   : mask {
      : if (verb_is "examine" || verb_is "take" || verb_is "drop" || verb_is "read" || verb_is "open" || verb_is "close" || verb_is "saw" || verb_is "pour" || verb_is "break" || verb_is "sleep" || verb_is "drink" || verb_is "eat" || verb_is "pull" || verb_is "push" || verb_is "attach" || verb_is "enter" || verb_is "unlock" || verb_is "lock") {
         : disambiguate_s1 "present";
         : gosub "s1_scope_check";
      }
      : if (verb_is "saw" || verb_is "pour" || verb_is "attach") {
         : disambiguate_s2 "present";
         : gosub "s2_scope_check";
      }
   }

   : mask {
      : if (verb_is "take" && is_carried {(s1())}) {
         : print {("You already have " + definite(d(s1())) + ".")};
         : done;
      }
      : if (verb_is "take" && count "_inventory" > 0) {
         : print {("You're already carrying " + definite(d(one_of "_inventory")) + " in your mouth.")};
         : done;
      }
   }

   : match "examine books;read books" {
      : examine;
      : if (!is_exists "copy_liberty") {
         : if (highlighting) {
            : print "Actually, there is one book in there that you haven't read, though: '<On Liberty<#08f>>' by John Stuart Mill. You pull it out of the pile and set it to the side, noticing as you do so that there's a sticky note on the cover.";
         }
         : else {
            : print "Actually, there is one book in there that you haven't read, though: \'On Liberty\' by John Stuart Mill. You pull it out of the pile and set it to the side, noticing as you do so that there's a sticky note on the cover.";
         }
         : create "copy_liberty";
      }
   }

   : match "read liberty;open liberty" {
      : if (is_exists "metal_hacksaw") {
         : print "Suddenly, reading about liberty doesn't seem as appealing as actually attaining it.";
      }
      : else {
         : if (highlighting) {
            : print "You open \'On Liberty\' with your hooves and start at page 1. It's engrossing; the defense of individual freedom is rousing. But just as you're getting to the really good stuff like the critique of the assumption of infallibility, you're horrified to discover that the book has been mutilated! Someone sliced a rectangular section out of all the middle pages, for no reason - wait, there's a <hacksaw<#08f>> in there.\nYou've forgiven Dr. Walker immediately, and taken the hacksaw.";
         }
         : else {
            : print "You open \'On Liberty\' with your hooves and start at page 1. It's engrossing; the defense of individual freedom is rousing. But just as you're getting to the really good stuff like the critique of the assumption of infallibility, you're horrified to discover that the book has been mutilated! Someone sliced a rectangular section out of all the middle pages, for no reason - wait, there's a hacksaw in there.\nYou've forgiven Dr. Walker immediately, and taken the hacksaw.";
         }
         : create "metal_hacksaw" target="inventory";
         : if (is_carried "copy_liberty") {
            : create "copy_liberty";
         }
      }
   }

   : if (is_at "goat_box") {
      : match "out -;enter door;go door" {
         : set_sentence "west";
      }
   }

   : if (is_at "control_cabin") {
      : match "out -" {
         : set_sentence "south";
      }
   }

   : if (is_at "container_stacks") {
      : match "inwardify -;enter door;go door" {
         : if (current_x == 4 && current_y == 2) {
            : set_sentence "east";
         }
         : else {
            : print "You can't go in from here.";
            : done;
         }
      }
   }

   : if (is_at "main_deck") {
      : match "inwardify -;enter door;go door" {
         : set_sentence "west";
      }
   }

   : match "inwardify" {
      : print "You can't go that way.";
   }


   : if (is_at "goat_box") {
      : mask {
         : match "west _" {
            : if (!door_is_open) {
               : print "The door is closed.";
               : done;
            }
         }
      }
   }

   : match "open door" {
      : if (is_at "goat_box") {
         : if (door_is_open) {
            : print "It's already open.";
         }
         : else_if (door_is_locked) {
            : if (highlighting) {
               : print "You haul on the handle, but the door doesn't move at all. Looking closer, you see that it's locked from the outside with a thick <deadbolt<#f80>>, which you can glimpse between the door and its frame.";
            }
            : else {
               : print "You haul on the handle, but the door doesn't move at all. Looking closer, you see that it's locked from the outside with a thick deadbolt, which you can glimpse between the door and its frame.";
            }
         }
         : else {
            : if (sensor_is_broken) {
               : print "You hook your left horn through the handle and pull it open. To your relief, the sensor doesn't activate, and sunlight spills into the goat box.";
               : set_true "door_is_open";
            }
            : else {
               : print "You hesitate. You could open the door, but that sensor might alert the scientists that you escaped, and then you would be even worse off than you are now.";
            }
         }
      }
      : else_if (is_at "container_stacks") {
         : if (door_is_open) {
            : print "It's already open.";
         }
         : else {
            : print "You pull the door open again.";
            : set_true "door_is_open";
         }
      }
      : else_if (is_at "main_deck") {
         : set_sentence "west";
      }
   }

   : match "unlock door" {
      : if (is_at "container_stacks") {
         : print "There's no reason to mess with the lock on the door now.";
      }
      : else_if (is_at "goat_box") {
         : print "There's no way to manipulate the lock from this side. However, you can just barely see the deadbolt.";
      }
      : else_if (is_at "main_deck") {
         : print "The door to the interior doesn't have a lock as far as you can tell.";
      }
   }

   : match "lock door" {
      : if (is_at "container_stacks" || is_at "goat_box") {
         : print "There's no reason to try to lock the door.";
      }
      : else_if (is_at "main_deck") {
         : print "The door to the interior doesn't have a lock as far as you can tell.";
      }
   }

   : mask {
      : match "close door" {
         : if (is_at "goat_box" || is_at "container_stacks") {
            : print "There's no reason to close the door now - it would only slow you down.";
            : done;
         }
      }
   }

   // dynamic descriptions

   : if (verb_is "examine" && (s1() == "container_door" || s1() == "stacks_door")) {
      : if (door_is_open) {
         : print "The door is now hanging open.";
      }
      : else_if (door_is_locked && !sensor_is_broken) {
         : if (highlighting) {
            : print "Two things stand out about the door.\nThe first is the heavy <deadbolt<#f80>>, which glints in the crack between the door and the frame, near the handle. You're locked in.\nThe second is a pair of little black boxes - an electronic <sensor<#f80>> of some kind - the larger one attached to the frame and the smaller one attached to the door right next to it.";
         }
         : else {
            : print "Two things stand out about the door.\nThe first is the heavy deadbolt, which glints in the crack between the door and the frame, near the handle. You're locked in.\nThe second is a pair of little black boxes - an electronic sensor of some kind - the larger one attached to the frame and the smaller one attached to the door right next to it.";
         }
      }
      : else_if (door_is_locked && sensor_is_broken) {
         : if (highlighting) {
            : print "Two things stand out about the door.\nThe first is the heavy <deadbolt<#f80>>, which glints in the crack between the door and the frame, near the handle. You're locked in.\nThe second is an electronic sensor, although its standby LED is off, so you think it's broken.";
         }
         : else {
            : print "Two things stand out about the door.\nThe first is the heavy deadbolt, which glints in the crack between the door and the frame, near the handle. You're locked in.\nThe second is an electronic sensor, although its standby LED is off, so you think it's broken.";
         }
      }
      : else_if (!door_is_locked && !sensor_is_broken) {
         : if (highlighting) {
            : print "You've cut through the deadbolt, leaving a pile of metal filings on the ground.\nStill, there is a pair of little black boxes - an electronic <sensor<#f80>> of some kind - the large one attached to the frame and the smaller one attached to the door right next to it.";
         }
         : else {
            : print "You've cut through the deadbolt, leaving a pile of metal filings on the ground.\nStill, there is a pair of little black boxes - an electronic sensor of some kind - the large one attached to the frame and the smaller one attached to the door right next to it.";
         }
      }
      : else_if (!door_is_locked && sensor_is_broken) {
         : print "You've cut through the deadbolt, leaving a pile of metal filings on the ground, and disabled the sensor, so you think it should be safe to open the door now.";
      }
   }

   // sawing things

   : match "saw _ with _" {
      : if (s2() != "metal_hacksaw") {
         : print {("You can't saw anything with " + definite(d(s2())) + "!")};
         : done;
      }
   }
   : match "saw _" {
      : if (!is_carried "metal_hacksaw") {
         : print "You can't saw something without a saw!";
         : done;
      }
   }


   : match "saw door;saw door with saw" {
      : if (is_at "goat_box") {
         : print "You won't get very far sawing at the door itself. It's made of thick corrugated metal.";
         : done;
      }
      : else {
         : print "There's no reason to try to saw at the door.\n";
         : done;
      }
   }

   : match "saw deadbolt;saw deadbolt with saw" {
      : if (!door_is_locked) {
         : print "You already cut through the deadbolt.";
         : done;
      }
      : print "You hold the saw sideways and slide it in between the door and the frame, right above the bolt. Sawing through it takes several minutes and gives you a neck cramp, but eventually it slices all the way through! You stand back and dust metal filings off your fur.";
      : set_false "door_is_locked";
      : done;
   }

   : match "saw sensor;saw sensor with saw" {
      : print "You see the warning on the label - \"DO NOT INSERT METAL OBJECT\" - and think twice. The scientists were very firm with you about how dangerous electricity can be.";
      : done;
   }

   : match "saw _" {
      : print {("There's no reason to try to saw through " + definite(d(s1())) + ".")};
      : done;
   }

   // the fridge

   : match "open fridge" {
      : if (highlighting) {
         : print "You pull the refrigerator door open with your horns, sadly surveying the blocks of <tofu<#08f>> and <bottles of water<#08f>> in there. After a few seconds you close it again to save power, like the scientists told you.\nIf you want something out of the fridge, you can just take it.";
      }
      : else {
         : print "You pull the refrigerator door open with your horns, sadly surveying the blocks of tofu and bottles of water in there. After a few seconds you close it again to save power, like the scientists told you.\nIf you want something out of the fridge, you can just take it.";
      }
      : create "tofu";
      : create "bottled_water";
   }

   : match "close fridge" {
      : print "The refrigerator is already closed.";
   }

   : match "take tofu;eat tofu" {
      : print "You find tofu hard to stomach these days, which is a novel and distressing sensation.";
      : done;
   }

   : match "take water" {
      : if (is_exists "water_bottle") {
         : print "You already got a water bottle out of the fridge.";
         : done;
      }
      : print "You grab one of the bottles of water out of the refrigerator with your mouth.";
      : create "water_bottle" target="inventory";
   }

   : match "pour bottle on sensor" {
      : print "You bite off the top of the water bottle (swallowing the cap for good measure) and pour some over the sensor. With a faint electric crackle, it seems to short out - the green standby LED flickers off. You discard the empty bottle.";
      : set_true "sensor_is_broken";
      : destroy "water_bottle";
      : done;
   }

   : match "pour water on sensor" {
      : print "You'll have to take one of the bottles first.";
      : done;
   }

   : match "pour _ on _" {
      : if (s1() != "water_bottle") {
         : print {("You can't pour " + definite(d(s1())) + " on anything.")};
         : done;
      }
   }

   : match "pour _" {
      : if (original "noun2" == "") {
         : print {("You have to specify what you want to pour " + definite(d(s1())) + " on.")};
         : done;
      }
   }

   : match "pour _ on _" {
      : print {("There's no reason to pour something on " + definite(d(s2())) + ".")};
   }

   : match "drink water" {
      : print "You have to take one of the bottles first.";
      : done;
   }

   : match "drink bottle" {
      : print "You bite off the top of the bottle (it's faster than unscrewing the cap with your teeth) and drink the water, discarding the empty bottle.\n";
      : destroy "water_bottle";
      : done;
   }

   : match "drink _" {
      : print "You can't drink that.";
   }

   // TODO: putting the bottle back
   // TODO: water disambiguation problems
   // TODO: inventory limit

   : match "break sensor" {
      : print "You scratch at the sensor a bit with your horns, but it doesn't seem like you can do any real damage to it that way.";
   }

   : match "sleep straw" {
      : print "You just got up not too long ago.";
   }


   : mask {
      : match "west _" {
         : if (is_at "goat_box") {
            : if (count "_inventory" > 0) {
               : print {("You set down " + definite(d(one_of "_inventory")) + " before you leave so your mouth is free.")};
               : iterate "_inventory" {
                  : destroy {(item())};
               }
            }
            : print "You leave the goat box, stepping out into the bright sunshine...";
            : press_any_key;
            : set_integer var="current_x" value="4";
            : set_integer var="current_y" value="2";
            : set_integer var="current_height" (int(collection_get {collection -> ("containers_height") index -> (current_y*5 + current_x)}));
            : play_incidental "music_2";
         }
      }
      : match "east _" {
         : if (is_at "main_deck") {
            : print "You jump up onto a container near the starboard (southern) side of the ship.";
            : press_any_key;
            : set_integer var="current_x" value="0";
            : set_integer var="current_y" value="3";
            : set_integer var="current_height" (int(collection_get {collection -> ("containers_height") index -> (current_y*5 + current_x)}));
            : goto "container_stacks";
            : redescribe;
            : done;
         }
      }
   }

   // Container stacks puzzle

   : mask {
      : if (is_at "container_stacks") {
         : match "west _" {
            : if (on_raised_box) {
               : gosub "climb_crane";
            }
            : else_if (current_x == 0) {
               : if (current_height == 2) {
                  : print "You leap off the two stacked containers, down to the main deck. It's a long fall, but you nailed the landing.";
                  : press_any_key;
                  : goto "main_deck";
                  : redescribe;
                  : done;
               }
               : else_if (current_height == 1) {
                  : print "You hop lightly down from the container you're standing on to the main deck, and instinctively look around for a clump of weeds to eat. (You can't find one.)";
                  : press_any_key;
                  : goto "main_deck";
                  : redescribe;
                  : done;
               }
               : else {
                  : print {("You peer over the edge of the container you're on and gauge the distance. You're on top of a stack of " + current_height + " containers, so that would be a dangerous drop down to the main deck.")};
                  : done;
               }
            }
            : else_if (current_x == 2 && current_y == 2 && crane_box_attached && !crane_lowered) {
               : print "From the tallest point on the stacks of containers, it's a hard but manageable leap up to the purple container. Nailed it! As you regain your balance, your mind is already mapping out the path upward through the struts to get on top of the boom.";
               : set_true "on_raised_box";
               : done;
            }
            : else {
               : set_string var="move_direction" value="west";
               : set_integer var="move_dx" value="-1";
               : set_integer var="move_dy" value="0";
               : gosub "handle_move";
            }
         }
         : match "east _" {
            : if (on_raised_box) {
               : print "You hop back off the purple container onto the stack of six.";
               : set_false "on_raised_box";
               : done;
            }
            : else_if (current_x == 3 && current_y == 3) {
               : print "You could jump down there, but you don't think you could get back up.";
               : done;
            }
            : else_if (current_x == 4) {
               : if (current_y == 2) {
                  : print "You walk back into the goat box.";
                  : press_any_key;
                  : goto "goat_box";
                  : redescribe;
                  : done;
               }
               : else {
                  : print "You can't go east; the containers are too high in that direction.";
                  : done;
               }
            }
            : else {
               : set_string var="move_direction" value="east";
               : set_integer var="move_dx" value="1";
               : set_integer var="move_dy" value="0";
               : gosub "handle_move";
            }
         }
         : match "north _" {
            : if (on_raised_box) {
               : print "No way! Falling from this height would kill you.";
               : done;
            }
            : else_if (current_y == 0) {
               : print "You'd go overboard! There are no more containers to the north.";
               : done;
            }
            : else {
               : set_string var="move_direction" value="north";
               : set_integer var="move_dx" value="0";
               : set_integer var="move_dy" value="-1";
               : gosub "handle_move";
            }
         }
         : match "south _" {
            : if (on_raised_box) {
               : print "No way! Falling from this height would kill you.";
               : done;
            }
            : else_if (current_y == 3) {
               : print "You'd go overboard! There are no more containers to the south.";
               : done;
            }
            : else {
               : set_string var="move_direction" value="south";
               : set_integer var="move_dx" value="0";
               : set_integer var="move_dy" value="1";
               : gosub "handle_move";
            }
         }
      }
   }

   : if (is_at "container_stacks") {
      : mask {
         : match "drop _" {
            : print {(first_cap(definite(d(s1()))) + " might fall into a crack between two containers, or go overboard. This isn't a good place to put things.")};
            : done;
         }
      }
   }

   // Crane puzzle

   : if (is_at "main_deck") {
      : match "west _" {
         : if (commotion_happened) {
            : print "Dr. Walker said it was too dangerous to go inside.";
         }
         : else {
            : print "You approach the door, but hear footsteps and chatter inside. Best to keep a low profile for now.";
         }
         : done;
      }
   }

   : match "pull lever" {
      : if (original "adjective1" == "left") {
         : if (crane_angle == 0 && crane_lowered && crane_box_attached) {
            : print "You pull back the left lever, but hurriedly release it as you see what's going on; the crane is trying to pull the purple container to the left, but other containers are stopping it from moving that direction.";
            : done;
         }
         : else_if (crane_angle == 1 && crane_lowered && crane_box_attached) {
            : print "Turning the crane left while the purple container is attached to the hook and the hook is lowered would result in it hitting the other containers. Best not to.";
            : done;
         }
         : else_if (crane_angle == -2) {
            : print "A safety override flashes on the screen: you can't extend the crane past 40 degrees left while at sea.";
            : done;
         }
         : else {
            : print "With a smooth hydraulic whirr, the crane starts to move above you. You hold the lever back with your hoof long enough for it to turn about 20 degrees left, then release it.";
            : if (crane_box_attached) {
               : if (crane_lowered) {
                  : print "The purple container, at the bottom of the cable, swings like a pendulum over the ocean.";
               }
               : else {
                  : print "The purple container goes along with the end of the boom.";
               }
            }
            : else_if (crane_lowered && (crane_angle == 1 || crane_angle == 0)) {
               : print "You can hear the scraping noise of the hook dragging across the top of the containers even inside the cabin.";
            }
            : gosub "crane_action";
            : decrement "crane_angle";
            : done;
         }
      }
      : else_if (original "adjective1" == "right") {
         : if (crane_angle == -1 && crane_lowered && crane_box_attached) {
            : print "Turning the crane right while the purple container is attached to the hook and the hook is lowered would result in it hitting the other containers. Best not to.";
            : done;
         }
         : else_if (crane_angle == 2) {
            : print "A safety override flashes on the screen: you can't extend the crane past 40 degrees right while at sea.";
            : done;
         }
         : else {
            : print "With a smooth hydraulic whirr, the crane starts to move above you. You hold the lever back with your hoof long enough for it to turn about 20 degrees right, then release it.";
            : if (crane_box_attached) {
               : if (crane_lowered) {
                  : print "The purple container, at the bottom of the cable, swings like a pendulum over the ocean.";
               }
               : else {
                  : print "The purple container goes along with the end of the boom.";
               }
            }
            : else_if (crane_lowered && (crane_angle == -1 || crane_angle == 0)) {
               : print "You can hear the scraping noise of the hook dragging across the top of the containers even inside the cabin.";
            }
            : gosub "crane_action";
            : increment "crane_angle";
            : done;
         }
      }
   }

   : match "push button" {
      : if (original "adjective1" == "lower") {
         : if (crane_lowered) {
            : print "Nothing happens, because the hook is already lowered.";
            : done;
         }
         : else {
            : gosub "crane_action";
            : if (crane_angle != 0) {
               : if (crane_box_attached) {
                  : print "A winch somewhere in the ship's hull starts grinding away. The purple container descends until it stops over the ocean at about the level of some the containers. Then it just hangs there, swinging and turning slowly.";
               }
               : else {
                  : print "A winch somewhere in the ship's hull starts grinding away. The hook descends, swaying back and forth, until it stops over the ocean at about the level of some the containers.";
               }
            }
            : else {
               : if (crane_box_attached) {
                  : print "A winch somewhere in the ship's hull starts grinding away. The purple container descends, swaying back and forth, until it returns to about where it was originally.";
               }
               : else {
                  : print "A winch somewhere in the ship's hull starts grinding away. The hook descends, swaying back and forth, until it settles on one of the containers with a clank.";
               }
            }
            : set_true "crane_lowered";
            : done;
         }
      }
      : else_if (original "adjective1" == "raise") {
         : if (!crane_lowered) {
            : print "Nothing happens, because the hook is already raised.";
            : done;
         }
         : else {
            : gosub "crane_action";
            : if (crane_box_attached) {
               : print "A winch somewhere in the ship's hull starts grinding away. You admire the power of automation as the purple container rises up until it is nearly at the level of the crane's boom.";
            }
            : else {
               : print "A winch somewhere in the ship's hull starts grinding away. You watch as the hook rises up until it is nearly at the level of the crane's boom.";
            }
            : set_false "crane_lowered";
            : done;
         }
      }
   }

   : match "pull button" {
      : print "You have to push buttons, not pull them.";
      : done;
   }

   : match "push lever" {
      : print "It seems like these levers automatically snap back into the farther position (where they are now), so you'll have to pull them.";
      : done;
   }

   : if (s1() == "crane_hook" && !verb_is "examine") {
      : if (!crane_lowered && !on_raised_box) {
         : print "The crane hook has been raised to the level of the boom, so you can't reach it.";
         : done;
      }
      : else_if ((current_x != 1 || current_y != 2)) {
         : print "The crane hook is on a purple container, just to the west of the tallest stack. You can't reach it from where you are.";
         : done;
      }
   }

   : if (s1() == "crane_boom" && !verb_is "examine") {
      : if (!on_raised_box) {
         : print "You can't reach the crane's boom from where you are now.";
         : done;
      }
   }

   : match "take hook" {
      : print "It's too thick and heavy to grab in your mouth. You could probably nudge it around enough to attach it to something, though.";
      : done;
   }

   : match "pull hook;push hook" {
      : print "You can't easily pull or push it.";
      : done;
   }

   : match "attach hook to container;put hook in container;put hook through container;put hook on container;attach container to hook" {
      : print "It takes some effort and patience, but you manage to push the hook around enough with your hooves and snout to get it to go through the ring on top of the purple container.";
      : set_true "crane_box_attached";
      : done;
   }

   : match "attach _" {
      : if (original "noun2" == "") {
         : print {("You'll have to specify what you want to attach " + definite(d(s1())) + " to.")};
         : done;
      }
   }

   : match "attach hook to _" {
      : print {("There's no ring or anything on " + definite(d(s2())) + " to put the hook through.")};
      : done;
   }

   : match "attach _ to _" {
      : print {("You can't attach " + definite(d(s1())) + " to anything.")};
      : done;
   }

   : match "enter crane" {
      : if (on_raised_box) {
         : gosub "climb_crane";
         : done;
      }
   }

   : if (on_raised_box) {
      : match "up _" {
         : gosub "climb_crane";
         : done;
      }
   }

   : if (is_at "crane_boom") {
      : match "west _" {
         : print "You start walking west along the beam, balancing carefully. As you reach the halfway point, a door leading out onto the upper deck opens and Dr. Walker hurries out, waving to you.\n'Over here, kid!' he yells, rushing over to the lifeboat. You cover the rest of the distance, make one last jump, and land on the deck next to him...\n";
         : press_any_key;
         : goto "upper_deck";
         : redescribe;
      }
      : match "east _" {
         : print "It would be tricky to get back onto the purple container from here, and you don't want to risk falling off.";
         : done;
      }
   }

   : if (commotion_happening && !is_at "main_deck" && !verb_is "examine" && (s1() == "dr_beech" || s1() == "dr_walker" || s1() == "captain")) {
      : print {("You can see " + definite(d(s1())) + ", but you can't interact with him from where you are; he's on the main deck.")};
      : done;
   }

   // Endgame

   : if (is_at "upper_deck") {
      : match "east _" {
         : print "You had to jump down several feet to get to the deck, so you don't think you can get back up on the boom.";
         : done;
      }
   }

   : mask {
      : match "drop preserver" {
         : if (!is_carried "life_preserver") {
            // I don't think this can happen, but just in case:
            : print "You aren't carrying the life preserver!";
            : done;
         }
         : if (is_at "staircase") {
            : print "You shake your neck and get the life preserver free within a few seconds. When you kick it upright with your hoof, it starts to roll and bounce down the stairs, toward the three men pursuing you.\n\"Look out!\" cries the Captain, as Dr. Beech backs up, jostling the guard, and says, \"For heaven's sake- ouch!\" The ring clips the Doctor's arm and keeps bouncing down the stairway behind them, but the confusion delayed them for a few seconds.\n\"The Capricorn doesn't meet code without that life preserver up there!\" yells the Captain. \"Someone track that thing down and put it back where it's supposed to be!\"";
            : gosub "delay_enemies";
            : destroy "life_preserver";
            : done;
         }
         : else {
            : print "You can't throw it very far, but you could probably drop it in the stairwell.";
            : done;
         }
      }
   }

   : match "push chair to south;push chair to s" {
      : print "You charge at the wicker chair, using your horns to shove it along the deck and into the stairwell. It starts tumbling down, faster and faster.\nThe men stop and try to back up, running into each other. Dr. Beech raises his forearm in front of his eyes and cowers against the wall, suffering only a smack on the shin. One of the chair's legs hits the Captain in the forehead. The security guard, though, kicks the chair aside and lets it fall to the landing behind him.\nYou're now in the staircase.";
      : gosub "delay_enemies";
      : destroy "wicker_chair";
      : goto "staircase";
      : press_any_key;
      : redescribe;
      : done;
   }

   : match "push chair to _" {
      : print "The only way to go from here is south.";
      : done;
   }

   : match "push chair" {
      : print "You'll have to specify which direction you want to push the chair.";
      : done;
   }

   : match "enter chair" {
      : print "Goats can't sit!";
      : done;
   }

   : if (is_at "staircase") {
      : match "pull ring;take ring" {
         : print "You hook your horn through the fire extinguisher's ring and pop it out, then, after a quick glance at the label, turn it away from you and push the lever down with your hoof. You squint and flinch as the spray fountains out and hangs in the air, forming whitish clouds.\n\"Get back! Get back!\" yelps Dr. Beech. \"The goat figured out how to use a fire extinguisher!\" You can't see anything, but you hear sounds of commotion.\n\"Don't breathe it!\" yells the Captain. \"I think it's dangerous to breathe that stuff, ja?\"\n\"Uh, I'll Google it,\" says the guard.\n\"No, don't worry about it,\" says Dr. Beech firmly, having recovered his composure, \"just wait a few seconds and keep going! The test subject must be recaptured at all costs!\"\nOnce it's empty, you kick the fire extinguisher canister down the stairs too for good measure.";
         : gosub "delay_enemies";
         : destroy "fire_extinguisher";
         : destroy "extinguisher_ring";
         : done;
      }
      : mask {
         : match "south _" {
            : print "There's no way you could dodge past the three people pursuing you.";
            : done;
         }
      }
      : match "take extinguisher" {
         : print "It's just the wrong size to grab with your mouth, and it doesn't have any good place to put your horns (except for the ring), and it's too slippery to take with your hooves.";
         : done;
      }
   }

   : if (is_carried "life_preserver") {
      : match "examine preserver" {
         : print "The life preserver is currently looped around your neck, like a silly necklace.";
         : done;
      }
   }

   : match "enter lifeboat" {
      : if (climax_turns >= 9) {
         : print "You leap into the lifeboat next to Dr. Walker, who shoves the side of the ship as hard as he can. The lifeboat slides down the ramp with increasing speed as the three men burst onto the deck and peer over the railing. You stick out your tongue at them.\nDr. Beech sputters in shock and anger, his knuckles turning white as he clutches the railing. \"NOOOOO!!!!!\" he screams as you hit the water, but it's too late for them to do anything. You're free!";
         : press_any_key;
         : play_incidental "music_victory";
         : clear_screen;
         : print "Dr. Walker sets the throttle as high as it can go and does a U-turn, leaving the MV Capricorn far behind. \"Well, we made it, kid.\" he says. \"There's no way Captain Feuerbach is going to turn around just to recapture a troublesome goat.\"\nYou bleat in assent. Dr. Walker is lost in thought for a few moments as the engine hums away.\n\"I may have lost my job, but I'm sure we can figure something out. Remember that Stock Trading Simulator game that you were so good at? What if I told you that you could make REAL money by doing exactly the same thing?\"\nYou're fine with whatever, as long as you can buy a TV.";
         : print "***YOU HAVE WON***";
         : win_game;
      }
      : else_if (climax_turns <= 1) {
         : print "As you approach, Dr. Walker frowns and gestures for you to stay away. \"I can't find the lever. We may need another plan.\"";
         : done;
      }
      : else {
         : print "Dr. Walker pushes you away. \"Hold on just a little bit longer, kid. Find some way to distract or delay them!\"";
         : done;
      }
   }

   : match "push extinguisher" {
      : print "You probably could knock it out of its recess, but you don't think it would burst or activate when it hit the ground.";
      : done;
   }

   : match "examine extinguisher" {
      : if (highlighting) {
         : print "This fire extinguisher is located in a red-painted recess in the wall on the left-hoof side of the door. There's a <ring<#08f>> you can pull to activate it.";
      }
      : else {
         : print "This fire extinguisher is located in a red-painted recess in the wall on the left-hoof side of the door. There's a ring you can pull to activate it.";
      }
   }

   : match "examine ropes" {
      : if (climax_turns > 8) {
         : print "Dr. Walker has cut through all four of the ropes.";
      }
      : else_if (climax_turns > 6) {
         : print "Dr. Walker has cut through three of the four ropes. There's only one left holding the lifeboat in place.";
      }
      : else_if (climax_turns > 4) {
         : print "There were originally four ropes holding the lifeboat in place, but Dr. Walker has cut through two so far.";
      }
      : else_if (climax_turns > 2) {
         : print "There were originally four ropes holding the lifeboat in place, but now Dr. Walker has cut through one of them.";
      }
      : else {
         : print "These four thick ropes hold the lifeboat in place. They're supposed to be detached automatically when you pull the release lever.";
      }
      : done;
   }

   : match "eat straw" {
      : print "You idly munch at the straw a bit. There's a lot of it there, though, and you're not that hungry.";
      : done;
   }

   : match "eat ropes;cut ropes" {
      : print "You head over to the ropes, but Dr. Walker pushes you away. \"Even with both of us working on it, they'll catch us for sure! I'll handle the ropes, you handle the crew!\"";
      : done;
   }

   : match "eat _" {
      : if (s1_has_trait "edible_t") {
         : print {("You devour " + definite(d(s1())) + ". It's actually pretty good.")};
         : destroy {(s1())};
         : done;
      }
      : else {
         : print {("Even you won't eat " + definite(d(s1())) + ".")};
         : done;
      }
   }

   : match "pull _" {
      : print {("There's no reason to pull " + definite(d(s1())) + ".")};
   }

   : match "push _" {
      : print {("There's no reason to push " + definite(d(s1())) + ".")};
   }

   // Hints/about/credits

   : match "about _" {
      : print "Escape from the MV Capricorn was written in 5 days, in August 2026, as a warm-up for the fourth episode of Iron ChIF (a competition held on intfiction.org). The challenge ingredient was \"a kid is suddenly transported onto a ship.\"\nIt is possible to make the game unwinnable after a certain point near the end, but the game will warn you when you've reached that point.\nYou can get a hint at any time using >>HINT. Repeating that command will give you increasingly more helpful clues.\nYou can also list exits using >>EXITS.\nIf you are new to parser games, or want to make the game easier, you can enable color-coding relevant objects by typing >>HIGHLIGHT ON. Objects that you can interact with are highlighted orange, and portable objects are highlighted blue.";
   }

   : match "credits _" {
      : print "All the code, art, and music was created by FLACRabbit (copyright 2026). I extend my gratitude to my beta tester, Melisande.";
   }

   : match "hint;help" {
      : if (!door_is_open && is_at "goat_box") {
         // Goat box
         : if (door_is_locked) {
            : if (is_present "metal_hacksaw") {
               : cycle key="1082" predictable_order="true" max_loops="1" {
                  : print "The door is locked with a deadbolt, and there's no way to manipulate the mechanism from the inside. Maybe you could get at the bolt?";
                  : print "Only something thin could fit in the crack between the door and the frame to get at the bolt.";
                  : print "The hacksaw seems like it might be fit between the door and the frame.";
                  on_exhausted {
                     : print "You have to >>SAW THROUGH BOLT.";
                  }
               }
            }
            : else_if (is_present "copy_liberty") {
               : cycle key="1391" predictable_order="true" max_loops="1" {
                  : print "You should take a closer look at \'On Liberty.\'";
                  // WHY, Adventuron? this is stupid
                  : print "John Stuart Mill is worth reading.";
                  on_exhausted {
                     : print "John Stuart Mill is worth reading.";
                  }
               }
            }
            : else {
               : print "You should look at some of the things in the goat box. Maybe there's something that could help you.";
            }
         }
         : else_if (!sensor_is_broken) {
            : if (!sensor_first_hint) {
               : print "There must be some way to disable that sensor. Maybe you should look at it more closely.";
               : set_true "sensor_first_hint";
               : done;
            }
            : if (is_present "water_bottle") {
               : cycle key="1105" predictable_order="true" max_loops="1" {
                  : print "The sensor's warning label says it might be damaged if it's exposed to water.";
                  : print "There's some water in that bottle that you got out of the fridge.";
                  on_exhausted {
                     : print "You have to >>POUR WATER ON SENSOR.";
                  }
               }
            }
            : else {
               : cycle key="1114" predictable_order="true" max_loops="1" {
                  : print "The sensor's warning label says it might be damaged if it's exposed to water.";
                  : print "The scientists wouldn't let you die of thirst in here. Have you checked the fridge?";
                  on_exhausted {
                     : print ">>OPEN FRIDGE, then >>TAKE A BOTTLE.";
                  }
               }
            }
         }
         : else {
            : print "Nothing's stopping you from opening the door now.";
         }
      }
      : else_if (is_at "crane_boom") {
         // Just go west
         : print "You can get onto the upper deck by going west.";
      }
      : else_if (is_at "upper_deck" || is_at "staircase") {
         // Endgame
         : if (climax_turns <= 1) {
            : print "Just wait and see what happens for now.";
            : done;
         }
         : if (climax_turns >= 9) {
            : if (is_at "upper_deck") {
               : print "You're almost done - just get in the lifeboat!";
            }
            : else {
               : print "You're almost done - just go north and get in the lifeboat!";
            }
            : done;
         }
         : if (!endgame_first_hint) {
            : print "There are three ways you can delay your pursuers, and you will have to find all three.";
            : set_true "endgame_first_hint";
            : done;
         }
         : if (!endgame_second_hint) {
            : print "Two ways involve making things fall down the staircase to impede the pursuers.";
            : set_true "endgame_second_hint";
            : done;
         }
         : if (is_exists "life_preserver") {
            : cycle key="1148" predictable_order="true" max_loops="1" {
               : print "The life preserver might roll, if it were on a sloped surface.";
               : print "The staircase is basically a sloped surface.";
               on_exhausted {
                  : print "Get the life preserver, go to the staircase, then >>DROP PRESERVER.";
               }
            }
         }
         : else_if (is_exists "wicker_chair") {
             : cycle key="1158" predictable_order="true" max_loops="1" {
               : print "The chair probably wouldn't stay upright on a staircase.";
               : print "You can't pick up the chair, but you can push it in a given direction.";
               on_exhausted {
                  : print "From the upper deck, >>PUSH CHAIR SOUTH.";
               }
            }
         }
         : else_if (is_exists "fire_extinguisher") {
            : cycle key="1166" predictable_order="true" max_loops="1" {
               : print "There aren't any fires around, but that fire extinguisher might still be useful. Maybe you should take a closer look.";
               : print "If you found a way to activate the fire extinguisher, that would certainly surprise the people pursuing you.";
               on_exhausted {
                  : print "In the staircase, >>PULL RING.";
               }
            }
         }
      }
      : else {
         // Crane puzzle
         : if (is_at "goat_box") {
            : print "You've done everything you need to in the goat box. Try going OUT.";
         }
         : else_if (!has_visited "main_deck") {
            : cycle key="1194" predictable_order="true" max_loops="1" {
               : print "You have to navigate the stacks of containers to get to the main deck.";
               : print "The map above shows your position and the terrain around you. You can move with the commands N, E, S, W.";
               : print "However, you can only jump up 1 container at a time, or descend up to 2 containers at a time.";
               on_exhausted {
                  : print "There's an easy route from outside the goat box to the main deck: W, S, W, W, W, W.";
               }
            }
         }
         : else_if (!has_visited "control_cabin") {
            : print "You haven't checked out the crane's cabin yet. You can get there by going north from the main deck.";
         }
         : else {
            : if (!(commotion_happening || commotion_happened)) {
               : print "You haven't tried doing much with the crane yet. See if you can figure out how its controls work.";
            }
            : else_if (crane_box_attached) {
               : cycle key="1211" predictable_order="true" max_loops="1" {
                  : print "You can raise and lower the purple container, but you can't really move it to another part of the container stacks.";
                  : print "You can't get onto the upper deck via the interior of the ship, but can you think of any other way you might be able to get up there? (There's a rough top-down map of the ship on the crane's display.)";
                  : print "You might be able to use the boom of the crane as a bridge to reach the upper deck.";
                  : print "You have to find a way to get up onto the boom of the crane. What's the tallest location you've seen so far?";
                  : print "You can't get up to the boom from the tallest point of the container stacks directly, but can you think of any way to create a kind of stepping stone?";
                  : print "That purple container could be used to help you get up onto the crane.";
                  on_exhausted {
                     : print ">>PUSH RAISE BUTTON (if it's lowered), then move the crane over the container stacks with the levers. Now the purple container is between the tallest stack of containers and the boom of the crane.";
                  }
               }
            }
            : else {
               : cycle key="1223" predictable_order="true" max_loops="1" {
                  : print "It's fun to play with the crane, but it's really designed for lifting things.";
                  : print "The crane is supposed to lift containers on and off the ship, but right now the hook isn't secured to anything.";
                  : print "The crane's hook has to be attached to a container in order for you to be able to move anything with it.";
                  on_exhausted {
                     : print "Make sure the crane is over the container stacks and lowered, then navigate to the purple container and >>ATTACH HOOK TO CONTAINER.";
                  }
               }
            }
         }
      }
   }
}

on_tick {
   : if (turns() == 0) {
      : print "<[[For more information, you can type ABOUT, or CREDITS.]]<#ff0>>";
   }

   : set_false "time_taken";
   : iterate "time_consuming_verbs" {
      : if (verb_is {(item())}) {
         : set_true "time_taken";
      }
   }
   : if (time_taken || commotion_happening) {
      : if (crane_angle == 0) {
         : if (!is_exists "crane_hook") {
            : create "crane_hook" target="container_stacks";
            : create "crane" target="container_stacks";
         }
      }
      : else_if (is_exists "crane_hook") {
         : destroy "crane_hook";
         : destroy "crane";
      }
      : if (crane_box_attached && (!crane_lowered || crane_angle != 0)) {
         : collection_modify { collection = "containers_height" index -> (11) value -> ("1") };
      }
      : else {
         : collection_modify { collection = "containers_height" index -> (11) value -> ("2") };
      }

      // "Commotion" scene

      : if (commotion_happening) {
         : if (commotion_turns == 1) {
            : print "You hear some motion and muted chatter to the south and glance back to see the door opening.";
         }
         : else_if (commotion_turns == 2) {
            : create "dr_walker";
            : create "dr_beech";
            : create "captain";
            : play_incidental "music_interlude";
            : if (highlighting) {
               : print "Several people rush out onto the main deck, staring at the crane and at you. You immediately pick out the two fattest humans as <Dr. Walker<#f80>> and <Dr. Beech<#f80>>.\n\"I knew something like this was going to happen,\" complains the <Captain<#f80>>, a tall German guy, to the two professors. \"You know precisely WHEN I knew something like this was going to happen? When you said \'HYPERINTELLIGENT JUVENILE GOAT!\'\"";
            }
            : else {
               : print "Several people rush out onto the main deck, staring at the crane and at you. You immediately pick out the two fattest humans as Dr. Walker and Dr. Beech.\n\"I knew something like this was going to happen,\" complains the Captain, a tall German guy, to the two professors. \"You know precisely WHEN I knew something like this was going to happen? When you said \'HYPERINTELLIGENT JUVENILE GOAT!\'\"";
            }
         }
         : else_if (commotion_turns == 3) {
            : create "dr_walker";
            : create "dr_beech";
            : create "captain";
            : print "\"Well, the goat box was supposed to prevent this sort of nonsense!\" sputters Dr. Beech, glaring at everyone. \"Maybe that intern, whatever her name was, maybe she forgot to lock the door?\"\nDr. Walker adjusts his glasses and clears his throat.";
         }
         : else_if (commotion_turns == 4) {
            : create "dr_walker";
            : print "Dr. Walker raises his left hand and holds the floor. \"Excuse me, but I think you should go inside until I can make sure it's safe. The test subject trusts me most. Don't look at me like that, a goat operating heavy machinery can be dangerous!\"\nReluctantly, the others concur, and retreat back into the ship.";
            : destroy "dr_beech";
            : destroy "captain";
         }
         : else_if (commotion_turns == 5) {
            : if (is_at "control_cabin") {
               : append "Dr. Walker comes over and taps on the glass.";
            }
            : else_if (is_at "main_deck") {
               : append "Dr. Walker walks over to you and ruffles your fur.";
            }
            : else {
               : append "Dr. Walker calls out to you.";
            }
            : append " \"Hang in there, kid,\" he says. \"I'll try to occupy and distract them. There's a lifeboat on the upper deck at the aft of the ship, but you can't possibly get up there through the inside, it's too dangerous - you'll have to find another way. I'll be there. Good luck.\" He hurries back into the ship.";

            : destroy "dr_walker";
            : set_true "commotion_happened";
            : set_false "commotion_happening";
         }
         : increment "commotion_turns";
      }

      // Climax

      : if (is_at "upper_deck" || is_at "staircase") {
         : create "dr_walker" target="upper_deck";
         : create "dr_beech" target="staircase";
         : create "captain" target="staircase";
         : if (climax_turns == 0) {
            : print "\"Come on, get in the lifeboat!\" says Dr. Walker, jumping into the pilot's seat and looking for the release lever. \"Wait...\" he says, \"that's not...\"\n<[[Now would be a good time to SAVE.]]<#ffff00>>";
         }
         : else_if (climax_turns == 1) {
            : if (highlighting) {
               : print "You hear footsteps coming from the south and glance back to see three men hurrying up - <Dr. Beech<#f80>>, the <Captain<#f80>>, and a <security guard<#f80>>.\n\"Don't worry, I broke off the release lever! They can't escape now! Hear that, Dr. Walker? I saw through your plan!\" cackles Dr. Beech, his voice echoing out of the stairwell.\n\"You did WHAT?\" roars the Captain.\n\"I'll explain it all later, Mr. Feuerbach,\" continues Dr. Beech. \"For now, just help me capture the test subject.\"\nDr. Walker pulls out a Swiss Army knife and sizes up the four <ropes<#f80>> holding the lifeboat in place. \"I should be able to cut through the ropes by hand,\" he says urgently, \"but you'll have to buy me some time somehow!\"";
            }
            : else {
               : print "You hear footsteps coming from the south and glance back to see three men hurrying up - Dr. Beech, the Captain, and a security guard.\n\"Don't worry, I broke off the release lever! They can't escape now! Hear that, Dr. Walker? I saw through your plan!\" cackles Dr. Beech, his voice echoing out of the stairwell.\n\"You did WHAT?\" roars the Captain.\n\"I'll explain it all later, Mr. Feuerbach,\" continues Dr. Beech. \"For now, just help me capture the test subject.\"\nDr. Walker pulls out a Swiss Army knife and sizes up the four ropes holding the lifeboat in place. \"I should be able to cut through the ropes by hand,\" he says urgently, \"but you'll have to buy me some time somehow!\"";
            }
            : play_incidental "music_3";
         }
         : else_if (climax_turns == 2) {
            : print "\"Your problem is that you have absolutely no respect for the scientific establishment, Harold!\" yells Dr. Beech from the stairwell between gasps of breath. \"You think science is some sort of game where you can be the hero!\"\n\"You can taunt me all day, Reginald, and you still won't get my goat,\" fires off Dr. Walker, slicing through one of the ropes.";
         }
         : else_if (climax_turns == 3) {
            : print "\"Very clever. You know what, Dr. Walker? You should have been an English major, since you obviously aren't cut out for neurosurgery.\" returns Dr. Beech. Dr. Walker has to take a moment to think of a comeback as he walks over to the next rope. \"You cut it out,\" he says, somewhat lamely.";
         }
         : else_if (climax_turns == 4) {
            : print "\"Oh, I'll cut you out of the department just as soon as I can. You'll lose everything!\" says Dr. Beech in something between a snarl and a wheeze.\n\"On the contrary, I think you're the one who has cut loose with your deportment,\" says Dr. Walker. \"You impugn my training, but it seems that I've managed to hit a nerve after all.\"\nHe's released two ropes now.";
         }
         : else_if (climax_turns == 5) {
            : print "Dr. Beech continues: \"You may be able to locate a nerve, but your lack of psychological knowledge is showing, Harold. You think you're acting nobly, when really your motives are possessiveness and greed!\"\n\"It's a good thing I was never allowed to touch the grant money, then,\" calls Dr. Walker.";
         }
         : else_if (climax_turns == 6) {
            : print "\"I'll grant that your retorts are funny,\" snaps Dr. Beech, \"but this harebrained scheme to run off with the test subject isn't.\"\n\"Given how thick your skull is, I'd be surprised if your hair and your brain even know of each other's existence,\" parries Dr. Walker as another rope snaps free.\n\"I think you both need new hearing aid batteries, ja?\" hollers the Captain.";
         }
         : else_if (climax_turns == 7) {
            : print "\"No, I think YOU just need to learn what \'wit\' is, Mr. Feuerbach,\" you hear Dr. Beech growl at the Captain.\n\"Touché,\" he mutters.\n\"All your wit won't make one whit of difference once we're out of here, Reginald,\" returns Dr. Walker.";
         }
         : else_if (climax_turns == 8) {
            : print "\"Keep whittling away at those ropes, then,\" calls Dr. Beech. \"See how it works out for you!\"\n\"The sea is exactly how it's going to work out for us,\" says Dr. Walker with a smile as the fourth rope pops free. He folds up his knife and gestures to you. \"Come on, kid.\"";
            : add var="climax_enemy_progress" value="-2"; // it would be really anticlimactic for them to catch you right now
         }
         : increment "climax_turns";
         : increment "climax_enemy_progress";
         : if (climax_enemy_progress == 5) {
            : if (is_at "staircase") {
               : print "Dr. Beech reaches out to grab you by the scruff of the neck. You shy away and leap back onto the deck, but there's nowhere to run - the three men surround you.";
            }
            : else {
               : print "The three men pursuing you burst out of the doorway and spread out on the upper deck, closing in on you.";
            }
            : print "\"Now wait a minute-\" exclaims Dr. Walker, raising his hands, but it's too late. The guard grabs you and picks you up roughly, and Dr. Beech smiles in triumph as you kick and wriggle futilely.\n\"Back to the goat box,\" he says, before turning to the Captain: \"And can we put another container directly in front of it? This time, I'm not taking any chances.\"";
            : print "***YOU HAVE LOST***";
            : end_game;
         }
      }
   }

   // Backdrops

   // crane
   : if (!(is_at "container_stacks" && crane_angle == 0) && !(is_at "goat_box" || is_at "staircase")) {
      : create "backdrop_crane";
   }
   : else {
      : destroy "backdrop_crane";
   }

   // containers
   : if (!is_at "container_stacks" && !(is_at "goat_box" || is_at "staircase")) {
      : create "backdrop_containers";
   }
   : else {
      : destroy "backdrop_containers";
   }

   // sea+sky
   : if (!(is_at "goat_box" || is_at "staircase")) {
      : create "backdrop_sea";
      : create "backdrop_sky";
   }
   : else {
      : destroy "backdrop_sea";
      : destroy "backdrop_sky";
   }
}

on_describe {
   : if (is_beside "copy_liberty") {
      : if (highlighting) {
         : print "There's a hardcover copy of '<On Liberty<#08f>>' on the floor here.";
      }
      : else {
         : print "There's a hardcover copy of \'On Liberty\' on the floor here.";
      }
   }

   : if (is_beside "metal_hacksaw") {
      : if (highlighting) {
         : print "A small metal <hacksaw<#08f>> is lying nearby.";
      }
      : else {
         : print "A small metal hacksaw is lying nearby.";
      }
   }

   : if (is_beside "water_bottle") {
      : if (highlighting) {
         : print "You've set down a <bottle of water<#08f>> on the floor.";
      }
      : else {
         : print "You've set down a bottle of water on the floor.";
      }
   }

   : if (is_beside "crane_hook") {
      : if (crane_box_attached) {
         : if (crane_lowered) {
            : if (current_x == 1 && current_y == 2) {
               : if (highlighting) {
                  : print "The crane's <hook<#f80>> is attached to the <ring<#f80>> on the <purple container<#f80>> you're standing on.";
               }
               : else {
                  : print "The crane's hook is attached to the ring on the purple container you're standing on.";
               }
            }
            : else {
               : if (highlighting) {
                  : print "The crane's <hook<#f80>> is attached to a <purple container<#f80>> near the main deck.";
               }
               : else {
                  : print "The crane's hook is attached to a purple container near the main deck.";
               }
            }
         }
         : else {
            : if (highlighting) {
               : print "The <purple container<#f80>> has been lifted even higher than the tallest stack of containers, right below the crane's <boom<#f80>>.";
            }
            : else {
               : print "The purple container has been lifted even higher than the tallest stack of containers, right below the crane's boom.";
            }
         }
      }
      : else {
         : if (crane_lowered) {
            : if (current_x == 1 && current_y == 2) {
               : if (highlighting) {
                  : print "The crane's <hook<#f80>> is lying on the <container<#f80>> you're standing on, near a steel <ring<#f80>> on the top of the box.";
               }
               : else {
                  : print "The crane's hook is lying on the container you're standing on, near a steel ring on the top of the box.";
               }
            }
            : else {
               : if (highlighting) {
                  : print "The crane's lowered <hook<#f80>>  is lying on top of a <purple container<#f80>> near the main deck.";
               }
               : else {
                  : print "The crane's lowered hook is lying on top of a purple container near the main deck.";
               }
            }
         }
         : else {
            : if (highlighting) {
               : print "The crane's <boom<#f80>> looms overhead, but its <hook<#f80>> is raised high enough that you can't reach it from any of the containers.";
            }
            : else {
               : print "The crane's boom looms overhead, but its hook is raised high enough that you can't reach it from any of the containers.";
            }
         }
      }
   }

   : if (is_at "upper_deck") {
      : if (climax_turns >= 9) {
         : if (highlighting) {
            : print "<Dr. Walker<#f80>> is in the lifeboat, frantically waving you over.";
         }
         : else {
            : print "Dr. Walker is in the lifeboat, frantically waving you over.";
         }
      }
      : else_if (climax_turns >= 2) {
         : if (highlighting) {
            : print "<Dr. Walker<#f80>> is trying to cut through the ropes holding the lifeboat in place.";
         }
         : else {
            : print "Dr. Walker is trying to cut through the ropes holding the lifeboat in place.";
         }
      }

      : else {
         : if (highlighting) {
            : print "<Dr. Walker<#f80>> is standing here, gesturing to you.";
         }
         : else {
            : print "Dr. Walker is standing here, gesturing to you.";
         }
      }
   }

   : if (is_at "staircase") {
      : if (climax_enemy_progress == 0) {
         : if (highlighting) {
            : print "<Dr. Beech<#f80>>, the <Captain<#f80>>, and a <security guard<#f80>> are at the bottom of the staircase, but they're rapidly ascending.";
         }
         : else {
            : print "Dr. Beech, the Captain, and a security guard are at the bottom of the staircase, but they're rapidly ascending.";
         }
      }
      : else_if (climax_enemy_progress == 1) {
         : if (highlighting) {
            : print "<Dr. Beech<#f80>>, the <Captain<#f80>>, and a <security guard<#f80>> are nearing the middle of the staircase. Their pounding footsteps are echoing off the hard walls.";
         }
         : else {
            : print "Dr. Beech, the Captain, and a security guard are nearing the middle of the staircase. Their pounding footsteps are echoing off the hard walls.";
         }
      }
      : else_if (climax_enemy_progress == 2) {
         : if (highlighting) {
            : print "Your pursuers are past the midpoint of the staircase. <Dr. Beech<#f80>>, in the front, is panting heavily.";
         }
         : else {
            : print "Your pursuers are past the midpoint of the staircase. Dr. Beech, in the front, is panting heavily.";
         }
      }
      : else_if (climax_enemy_progress == 3) {
         : if (highlighting) {
            : print "The three men pursuing you are near the top of the staircase!";
         }
         : else {
            : print "The three men pursuing you are near the top of the staircase!";
         }
      }
   }
}

on_post_tick {
   : set_false "occluded";
      : if ((current_x == 1 && current_y == 0) || (current_x == 2 && current_y == 1)) {
         : set_true "occluded";
      }
   : update_graphic ;
}

subroutines {
   s1_scope_check: subroutine {
      : if (original "noun1" == "") {
         : print "You have to specify a noun.";
         : done;
      }
      : look_inside {
         of = "current_location"
         extract_the = "id"
         store_results_in = "objects_in_current_location";
      }
      : look_inside {
         of = "inventory"
         extract_the = "id"
         store_results_in = "objects_in_inventory";
      }
      : collection_union {
         collection_1 = "objects_in_current_location"
         collection_2 = "objects_in_inventory"
         result = "manipulable_objects";
      }
      : collection_union {
            collection_1 = "manipulable_objects"
            collection_2 = "extended_scope"
            result = "manipulable_objects";
         }
      : set_false "noun_is_manipulable";
      : iterate "manipulable_objects" {
         : if (s1() == item()) {
            : set_true "noun_is_manipulable";
         }
      };
      : if (!noun_is_manipulable) {
         : print "You can't see any such thing.";
         : done;
      }
   }

   s2_scope_check: subroutine {
      : if (original "noun2" == "") {
         : set_true "second_noun_is_manipulable"; // allow it to pass so a specialized handler can apply in on_command
      }
      : else {
         : look_inside {
            of = "current_location"
            extract_the = "id"
            store_results_in = "objects_in_current_location";
         }
         : look_inside {
            of = "inventory"
            extract_the = "id"
            store_results_in = "objects_in_inventory";
         }
         : collection_union {
            collection_1 = "objects_in_current_location"
            collection_2 = "objects_in_inventory"
            result = "manipulable_objects";
         }
         : collection_union {
            collection_1 = "manipulable_objects"
            collection_2 = "extended_scope"
            result = "manipulable_objects";
         }
         : set_false "second_noun_is_manipulable";
         : iterate "manipulable_objects" {
            : if (s2() == item()) {
               : set_true "second_noun_is_manipulable";
            }
         };
         : if (!second_noun_is_manipulable) {
            : print "You can't see any such thing.";
            : done;
         }
      }
   }

   handle_move: subroutine {
      : set_integer "destination_x" (current_x + move_dx);
      : set_integer "destination_y" (current_y + move_dy);

      : set_integer var="destination_height" (int(collection_get {collection -> ("containers_height") index -> (destination_y*5 + destination_x)}));

      : if (destination_height > current_height + 1) {
         : print {("The stack of containers to the " + move_direction + " has " + (destination_height - current_height) + " more than the one you're on. You don't think you can jump up that high; you can only ascend one container at a time.")};
         : done;
      }
      : else_if (destination_height < current_height - 2) {
         : print {("You look down and gauge the distance. You'd be safe jumping down one or two containers, but the drop to the " + move_direction + " looks dangerous.")};
         : done;
      }

      : if (destination_height == current_height + 1) {
         : print {("You jump up to the stack of containers to the " + move_direction + ".")};
      }
      : else_if (destination_height == current_height) {
         : print {("You walk " + move_direction + ", onto the next container.")};
      }
      : else_if (destination_height == current_height - 1) {
         : if (destination_height == 0) {
            : print {("You nimbly hop down onto an exposed part of the deck to the " + move_direction + ".")};
         }
         : else {
            : print {("You nimbly hop down onto a container to the " + move_direction + ".")};
         }
      }
      : else_if (destination_height == current_height - 2) {
         : print {("Bracing yourself, you jump down and land on the stack of containers to the " + move_direction + " with a muted clang.")};
      }

      : set_integer var="current_x" (destination_x);
      : set_integer var="current_y" (destination_y);
      : set_integer var="current_height" (destination_height);

      : done;

   }

   climb_crane: subroutine {
      : print "You wriggle between two struts, kick off of two more in succession, and balance yourself on top of one of the thick structural beams that form the crane's boom...";
      : press_any_key;
      : goto "crane_boom";
      : redescribe;
   }

   delay_enemies: subroutine {
      : add var="climax_enemy_progress" value="-2";
      : if (climax_enemy_progress < -1) {
         : set_integer var="climax_enemy_progress" value="-1";
      }
   }

   crane_action: subroutine {
      : if (!commotion_happening && !commotion_happened) {
         : set_true "commotion_happening";
      }
   }
}



assets {
   graphics {
      title : base64_png "iVBORw0KGgoAAAANSUhEUgAAAMAAAABACAYAAABMbHjfAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIChMQL9u1C8AAAAUBSURBVHja7V3bjoQgDNXN/rP7JvOmX+0+OSFsS2/gOnJOYjIRCi22pRQH52majgkABsUXhgCAAQAADAAAYAAAAAMAgFHwPYqgx6FPds3zrKIt62n7bE2nlS2nj4wHZoCHI6X0VpKaonDlXroIrxYnYKFBCDQoLAqa1/XSaehbGA2Uf9AQqMTr9QrVX9f1j2JRyiXR9Zat7G9dV1J2bjyebjDf8AHtDKj00BZF68mn1+hGmC2GNQBKKfLFHuU583pa5Sjr1eg4A8r7Po5DXJSefVgUmBqPUcKlY4RLg5TSu35KSUVT6yPKY0qJ5COnkco5Oa2yPfVCCER4vTyel8IHjUf2hi65B7aEMbXF8tUhGEKgD14ElyEAp4QtjKBU2nVdu/Ynjcco4Q/SoAYjeL1e7yvqie+c+RopVfoNBU8q5T09Llc/paTKuHDtXqHoXKp2NKWHAWThjJQNinpzDR1VR9o/sIZBkoLX+HzyqxBYBAe8eams2oWz5Km5/QNtu9jthQE0DSU4xZMU2EpXU2IodR/M00D/CbYqUS1mrrVtpdEqO1WPqlvr3zMGmAEeZABeBbAsHj00/2Xko4dSQ80AAFAC+wAADAAAYAAAiW3bpm3bbssbEMeBi762bbs1L3fi71MvzADA0MBGmBBanL9/fn7I8vx+rYwLV0p6Ky+a+5p+EALhUocY+X3ut7aeNozhQiAPL7gQAjXDf3tWeHaEQACyRDAAALODBwiBMBtgBgDaedxemZe8bU27PXl5EvAyHIAQCABgAAAAAwAAGAAADIMuWaBayk3zfkxer6zDZTO09bS8Wt7RkWg1KUgPjTSelAxeea20LfjXth3JcH1dqfzWei3bomhqdLXyHjl1b5uWMYrI66WN8t9STyg0TYPWDlfa9/1trZp6y7Kw9LU+uXrUgJV9lG1wHkbi31Kfo9MexJXTcafOlQoiyV3zylpaaYz/KOI8V2nyw7m4ep4DvD5uI2zbNnHKk5RfeihneWkIvbx/3qd1Ol+WRWXsGmXMy8uNNCutx3lS4/2Ra4Be01WLvrUe6XyopVex0N9pjKxy50pspe2BXsfQ3zYLpFE8LvyxPJx5nt9Xr7WGts+a8kh8Uv1IIYWmveiYUbT7vru9fWvncJkBnAPZ24Nqs0SUkeUPVqOgnodIxbKSoWpoJNkictdoa2NAyWFV4Lz9HsfNf+TLcJp1QOupmUvRWWLjlrOIVr6I3C0Wma3k6MVb1xlA8pBSuUUoqze21qceTDRN6lHOqCHf5ahzrxytI4iPmgGWZXkrLjUd9nrll1JobwwrxfmtaO6Y0KjJ8R8ZoMsN4IoMSiSUsoQ5tZAjsjbQKlWe/2+5CRXdQffIrdlV76U73Q1g33eSea2SzPMsLn4i3kMa/MiDbrFgrTkTTlnP9ijj1ey8WhIJ0cRAnv/XxvWt1ybdvsV7HttB4Tymg6OZDN/41Rz5wdHVeJyU3xfm+KHa9fBZG99J+D6xV24vraeMuz8Vx7r0+J7xMH+JpGYSKbbWpE5r6bkWnirq3TxyR9Yw3AxjDfGuRNcZgCrj7te8ecT7T4avxUseUNPuFPhyvNWba/qxyh2llbw59xwlfqQZy3N1fRku9yZ5GXe/5oE4L2v1kJavIXp5O+t5Pokq0VDlmn6iX4G0jv+VckRmSfwpHhga+EcYAAMAABgAAMAAAAAGAAAwAACAAQDAw/ELfuXmsfcJFggAAAAASUVORK5CYII=";

      containers : base64_png "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" {
         : if (crane_box_attached && !crane_lowered && crane_angle == 0) {
            : overlay "containers_raised";
         }
         : else_if (crane_box_attached && crane_angle != 0) {
            : overlay "containers_missing";
         }
         : if (is_at "container_stacks") {
            : if (on_raised_box) {
               : overlay {
                  graphic -> (occluded ? "goat_occluded_1" : "goat")
                  x -> (67 + 1*35 + 2*8 - 4)
                  y -> (76 - 1*9 + 2*8 - 7*13 + 6)
               };
            }
            : else {
               : overlay {
                  graphic -> (occluded ? "goat_occluded_1" : "goat")
                  x -> (67 + current_x*35 + current_y*8 - 10)
                  y -> (76 - current_x*9 + current_y*8 - current_height*13 + 5)
               };
            }
         }
         : if (crane_angle == 0) {
            : if (crane_lowered) {
               : overlay "crane_containers_overlay";
            }
            : else {
               : overlay "crane_containers_overlay_raised";
            }
         }
         : if (crane_angle == -1 && crane_lowered) {
            : if (crane_box_attached) {
               : overlay "crane_20_deg_left_overlay_container";
            }
            : else {
               : overlay "crane_20_deg_left_overlay";
            }
         }
         : if (crane_angle == 1) {
            : if (crane_lowered) {
               : overlay "crane_20_deg_right_overlay_lowered";
            }
            : else_if (crane_box_attached) {
               : overlay "crane_20_deg_right_overlay_raised_container";
            }
            : else {
               : overlay "crane_20_deg_right_overlay_raised";
            }
         }
      }
      goat : base64_png "iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwIhCvO0dhcAAAEQSURBVEjH7VSxDcIwELzPNAilYgMGgAKJDrEBfWCC9IgFIjqkFGYANkhlWd7maWLjOMZJHEpOimTH1v39/b+BPwZAA+c84e6kAAwAzB9+IkoKkoXItRSWnIgMeRIyTzVrKaAa5aumVItc1ayl4NMmt2uvBskZsJbC/rg+5SyhQYuMJQDgBmvXoUzY++AI5VAXMQDUVQkAWK6WPWmLfGvXdVXaO6pR2B0LK8zsDTeFUowFCuF2vmC9PwBAhzw6B67KMXAypKE5iEI1qlMzr4Y05alg11eD3bHoWdiqp7GT3MPrce/sW59nwx84v11ZS8F1VUYHMpYBua2Z+lxkc9P02/LnAWbX4bTJv3kcO/tjPN6akYfPn/WgKgAAAABJRU5ErkJggg==";
      ship_base : base64_png "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" {
         : if (crane_angle < 0) {
            : overlay {
               graphic -> ("crane_m" + (-crane_angle))
            }
         }
         : else {
            : overlay {
               graphic -> ("crane_" + crane_angle)
            }
         }
         : if (crane_lowered) {
            : overlay "crane_lowered_g";
         }
         : else {
            : overlay "crane_raised_g";
         }
         : if (crane_box_attached && (!crane_lowered || crane_angle != 0)) {
            : overlay "load_detected";
         }
      }
      crane_lowered_g : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFGYJvqt0AAAEeSURBVHja7dlLCsQgEAXANuT+VzarQOMYEueTkVC1EUVctND4MAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgJsVJfhcjajloJY1oqZil7y/N3Yu6GU9nzOyH3hoA7qyvs/PxtFzru6H2SxKAPzLqgRzv6Z6cStHKnELDYivOWogbdPZ5xoOIhiAF9Bc0an9kcqvlvYH7N1INRrZAAAAAAAAAPilDTvDQASDsz0sAAAAAElFTkSuQmCC";
      crane_raised_g : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQDNebtYbgAAAERSURBVHja7dnBDkAwDAbgVrz/K3PaRZQJQfi+k3XNJD3I/ogAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBmaQTnTRHTYqi5ttfqy/6tvYzIqn/rvcBPP0BtXdV710frVR+81WAEwFNGI7j+FlRFsI48nL3niFvApRGsOlcEQwQDEMG+dWNqz3t/taq9KrIBAAAAAAAA8IQZmFxB6CoT4bwAAAAASUVORK5CYII=";
      crane_1 : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFJa0A1loAAAJfSURBVHja7d3RcsIgEEBR4v//s33raBoiBNhVe85zx84w9c6CKZYCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL82S/DsXsr9YXGsDwhQToB2C2WtQIBygyREIEBiBAIkRmIEAiRGIEBCJEQgQKkR2krZxAgEKGUC2sdGjECAwqYf2zRoc7ME9YcPFxX/z3QU+fvBBPSm8RmZRmrbr5ZJyVSEAInQUABatl8toRIjBEiIut78rw6fj6adnliJEQIkRtuVqebofKc3JEKEAIlRNQC926+RiIgRAiRG5cpUM/uqDzFCgISoK0CrHlIUIwRIjKpv/pbD51mfxgkRAiRGTwFoPScyFSFApG3TxAgB4u1CJEYIEF8VIyFCgMTIFg0BQozECAESIudFCBBiJEQIEB+zRet51gkESIymx8iEhAAJ0fLX2f9n/6ybJREgxOj0dc7usBYfBEiMwrdoDqkRINJi9HgALUYIEGFbtJ4racUIARKj8MNrIUKAGA7DjFsdxQgBojsMRx+177dfYoQAsSREtfOfWV+yKEYCBJdjNCsuQiRA8DIMJ39U0+IiRgIEp2GIOv8RIwGCaoAi4yJGAgSXtm4R50WuBhEgWBKX1p83HQkQpGy5Wr6JFgGCJTGyBRMgCI+RrZcAQXiMjkIkQAIEQoQA8T9i5G5qAYK0GDl8FiBIjZEAfY6bJeDbJyMA8QEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGDED+t6OD+TA4yRAAAAAElFTkSuQmCC";
      crane_0 : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFK0q4+10AAAFLSURBVHja7dnRCoMwDAXQKPv/X+6eBH0Z4moa2nOeJ7ia3iY0AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYpsloKcW0U7Fpb746WMJrpsGID2A/g2hu8+vEHYV/+PxjR02OqCKc6hRoXPY2OgIIIaEeItoFUO96nsJINA9MsBuCVhpVDQaljvAeKu9V+y6N0g9YXv9boW1yH4nt2BGMBja7eh6BBCTdTu6Cp5yC8YrY1fVUHIVL4DKbh6F+Xy0qb7JdWll6wfFmRdOIIBICXMBBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADCHL6bNQ/+MSU4OAAAAAElFTkSuQmCC";
      crane_m1 : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFMMDdMrEAAAJgSURBVHja7d1BcuMgEEBRnMr9r0y2skrGCNEQpPeWE8ULl/Wnm8RxSgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ+SUsmdhHS9PAXcMz8trewk/ngJu+L+q+Czi11PAnaYeK5gVDKatWtuvm4QECMKjU7pWiAQIhIdDzoBYNjqfwoMAwbDoHF0vTFYwGBqdo+utYQIETSHptY6JkAAhOiHTzqdrc0pZeASIB0Sl5gwmasUy5azNITRLTDqiYwJCYHLliyrsXEd0BAhTzZRzHQQI0Xn799Jhr2mHb5wB0RSA7de2ERIdTECERGcfG5MOAkR4dHo8juhgBROdkOiUfjomPJiAhOdSAGrf/Nl6DoQAITqXHkN0ECDRCVmxvl0jPAiQ6Aw5TD76nv05kAghQMIzJV4ihACJzpSJyZ/AQIBE51/HCwRIdIQHAWKtFQsESHREBwFi/RVLdBAg0THtIEBYsWA074YfFJ0zn9QpOpiA6Hqj13xSp3MdBIiwG73HXxMUHqxgwtP1+0UHAaL5Rm+JkuiAF2+XG710vtNj4hEdTECi0/x4+4+wqX3XuPAgQMJTtU71OtsRHaxgD43PlZu95sfs22v3U5HoIEAPjlCPm751tRIdrGDPrvCwm9+0Ayag0LhE/bIhCBBVa5jogABNmYBEBwRIeECARAcQINEBARIdQICqgiM8EMcvIpbrLDoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADASX8dmCpnVqwpHwAAAABJRU5ErkJggg==";
      crane_m2 : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFNbC3xj4AAALuSURBVHja7d1BbsIwEAVQB/X+V6YrpChyQmxmYkPeW9K0i4B+/4yhXQokeZbyLKWUpZSl9njr1/g9nmCGhI/gAdLCZx0ovY8DCB+MYHzHyNUzdhm5BBB8HD49y2bhA1w2chm7gCHhI3gA4cM0zN80B8/qxWPZDIxtPZoPMNXIJXyAIeEjeADhA3xv0Agfsv25BdSCp5T6qZWTLiJ5sVBqrcXHKtCAuCx8llKWo9Os1lACAUR6+AgejGB0j1zr8HmFyTaMhA8QFj7rgHHSxUgPt+CeI1dLQGk+GMG4JHy217wbx0ADIiV8Kr+thA8aENeEz96uRxARxTH8jYOndl1t5LJ0RgMipfUcNZ9t+Gg+wNvweddYzh6lO3JHAyKl+fS2I4C05qP1AKHBI3wwgjF05IoYzQDCG43mgwZESvOxbAamaz5aDxoQza0nsvloPUBI69F8gGlHLuGDEYyuscuyGfjK5qP1oAHR3Hoim4/WA4S0Hs0HDYi05uNjFcB0zcdJFzBt+AgejGA0j1wR45SRCwhtPZoPGhBpzceyGZiu+Vg2owExtPn4WAUwXfPReoDQ4BE+3Jl/zZw8cp29xrIZAcTl4dP6v9vhl3hRJ4XPKzBqAWLZDKSET639rB+37wENKLX1fNJojFzcycMtyA+fET8LuOnIdXTN3vXGLjQgmttKT6PZBpLmw115wX84Kh2Fx7OU597jmyfB84AA4nzraT1WP9uOAKqBcTR2texw7HuAsPBpuU74AOHhUxvThA9wWfjsfY/ggToL0DctpmdJfPaUDAQQu+ExMsTgDrwRMSF8NgkvfEAAnW8sMwYZ/CJ/kCywsQgeYFiDctIFCB9A+AAIH5iUZWln8KxuoHsIaD2gAf1449F6II43IrYntvABxrYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYvwDBNWWsWRiGc4AAAAASUVORK5CYII=";
      crane_2 : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwQFH2sMD+gAAAM9SURBVHja7d3bUqwwEAXQ4P//M76oFacCIZcmc1nryUL0gUPt2d2cGVMCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO62p7S7CjDX5hK0hc/mmsE0Xy6BJgS8UAAJITCCGckAbciVAIQQIIQAhBDwOQEihKCNJzhZeGQXZZvxuzwhg3P+I+Kk0Cn9Lm0IBNDS4BBCYAS7dRzLRzDjGNAdRK0NpvQzltPALSF0dq4ggv/sgOoz6uW9UO0cy2kgpAm1tBtNCP5elOkZr/Klcs+i2XIa3PxDQVR7yrWntB8dL41mIIAYakO1lvN4zGcLAd0hVNvlPJ5zdL69EBoQQ+NYRGOCd+Yx/HiCT3u07jE9MH0ky4/3jG1gBKNrJLuyiO4d2UAAcRoeRwHSujsSQgggukKotnS+2oaEENAUQlffQ2YvBCwLIiGEEYzwkWx01LKcBpY2IW0IDYjwJjSjMQGEtRxNCA2I7iY0o+VoQkBYG9KEgKcPIUGEEYyhkcxyGnjaJmQkQwMivAnNaDmaEBDWhjQhNCDC25C3bwAv3YS0ISAshIxkGMEIH8dmjmTGMWDJSKYJoQEx1IYsp4GXbkLaEBoQ4U1oRmMCCGs5mhCwdCQTQhjBCB/JLKeBp21C2hAaEOFNqHRe/vPaEAKIkBAqnVf6u/ZX/tY9CCCG2tBREyrcNO4bBBD3hpDgYbYvl+AjXmW2s0Zz9RwLaTQgpjah2g6o9D1NCA2IsCaUB0zpa00IDYjhJvQbKleehNWaFAggukeyo9CpLaeFEAKI6SF0tic6alKuJgKIoZGsNnZpQ8xkCU06G73y47UdkeU00N2CHgPk6M2orccBpgWTEAKEECCEjsJGEAHhIaQN0ctjU5pDKLt5Lj2O95geWDqSaUKAEAI+N4QEETkzOVNC6Odm8vYNBBDrQqglbIQQsHQkM44BQggjGO83krWOY0YyAQS3hJAgwj8wt4SQNkSJDyQj+hXOB5mhAfEaI5nmowFBWBs6a0IIIFgSQgggeJoQElAfcy/AGmej2J7SbjTTgGBpSwIIbUHGLQAAAAAAAAAAAAAAAAAAAAAAgHW+AbxIptMvedcCAAAAAElFTkSuQmCC";
      load_detected : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICwYDMeIEcc8AAAFfSURBVHja7dlRCoQgEADQadn7X9n9CiTUmjKW6L2faCizISfFCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgIdbpICRElGWzndSIkr1IS2jeB3bXj96duueVnwb68VntXHmfYDEgO/FWvH1PBvP9KfX1pF7Ms8+08aZ9yPiIwUYPHL5L18poF5SjJZcV2ZSdw70vf5mrr3axuxcKkC84q+9Dpz6eKWg3V2MMv2bUQSOtjE7l5ZgvGIGNHvAyqVcmgEx5S/f2vHZ7gRld7UyM4q9mVV2CXZmF2tvZ0/hAQAAAAAAAAAAAAAAAAAAAAAAnuoHBoJ1+Ak0C3sAAAAASUVORK5CYII=";
      containers_raised : base64_png "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";
      crane_containers_overlay : base64_png "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";
      crane_containers_overlay_raised : base64_png "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";
      goat_occluded_1 : base64_png "iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oICxEOHAsc5gIAAAC8SURBVEjH7ZOxDcMgEEX/WR7Gsqiyh11kgGyQPiO4zwYewAXZw9UJsc2liQm6ICFwGZ6EdAL0/+cAoJGBMutSsLfIQABA5KtPRFUmXUrcsw3iRHSIV9Gp1OLZwu1Op6baFsWpxbOV+2RCre6g+gTi2YaJ54tPBU226GgJAMRmnzp1ElEDUVBJvSIBgG1dAADjZfyJNpg51Nu6hD1ud7jeHvBsMZiZcs80a6RMqfofxClLBDX92YSNRuMfeANuSVFKmIpzlgAAAABJRU5ErkJggg==";
      containers_missing : base64_png "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";
      crane_20_deg_left_overlay : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIDRU5OfJ9ZXEAAAE7SURBVHja7dcxDsMgDEBRUvV+cCyOY5/QnRJ1SKQupJX63gITg4cv3NpCc85qABceRgAIECBAAAIECBCAAAECBCBAgAABCBAgQAACBAgQgAABAgQgQIAAAQIEIECAAAEIECBAAAIECBCAAAECBCBAgAABCBAgQAACBAgQgAABAgQIEIAAAQIEIECAAAEIECBAAD8YoIio9xPgFhFRu4goEQK+EiLxAW5fwQD8goD/+gFV1RGc3rspA6eeKx7NzCNCmWnKwKlt5eq138cYm1EDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAn3kBbLw3f8FDBa8AAAAASUVORK5CYII=";
      crane_20_deg_left_overlay_container : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIDRU5Lwap0CAAAAL9SURBVHja7dwxTxphGMDx5xoHd03ndmlIOnJfwcVFho6NW11xbuJk0jjCSldHB1hY/Ao4NmHs3C9xXcrlOBGQu7Pk+P0SIkIwxIv/PO97nBENuru7ywLgBe/8CgABAgQIQIAAAQIQIECAAAQIECAAAQIECECAAAECECBAgAAECBAgQIAABAgQIAABAgQIQIAAAQIQIECAAAQIECAAAQIECECAAAECECBAgAABAhAgQIAABAgQIAABAlrgaI/eS1b6PnF4oN0a+yMfj8fZfD6PTqcTvV4v2RScQXe09OT105UIgQDtFp+Li4uIiJhMJhER0ev1Yl1wVhEhEKCdl1Tj8TiPzzbBESE4LHVuQmfFWzE4u8an8NrMoQITUDk4GyPz4eZ9RET8vv1T6Y2ahOCwA7RVcCIi+rNvMUx/5vcnk0nlAIkQHFaAtg7OqqmnvAldR4BECNoboJ2Ds27pVVd8/oWnruUjsI8BqhqeupSDc/P5R37/9td3AYIWOCpPPddPV/8lQuuCU4jOs8eBlgRoEZ+3iNC2wSk+X34MaFGAZrNZpGnaSIReG5xidEw9cAABStM0siyLJEkqR6hqcEw7cGABGnRHkSTJThESHKBSgBa2iZDgAI0E6L7/EEmSPNsTEhyg8QAtIpSmaR6hcnQEB6hq7dXwxQgVw1P+TE6TZ6kWP/vk+NTRgkMKUDFC65ZfTRh0R3FyfJrfVlyKAbR1CVaO0Nfhl8aDU/y6ac8JaFmAPl1+jOnlY5z3z+K+/7BXwbGnBO0OUHLeP8umw8eYDuuPUA3BcfEptHwJVluEBAd4bYB2jpDgAK+19j8iToePERFx3j/LI7L4nE/5tLjgAHVMQC9OQgurTosLDlBngJYiVJ52BAdocgm2tBwrTzmCA7xVgPIICQ4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAe+EvX0pTjraCV8sAAAAASUVORK5CYII=";
      crane_20_deg_right_overlay_lowered : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIDRYWOJUg09MAAATpSURBVHja7d0xfto8GAdg0V9OwpSDMGUhpyALOzkC7FnCKWBh4iBMXMXfpH6qa2GDJUjS59laaN6+1PpbkrEbAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8RxMfAdFut2v63vP6+uqYoVwANU3T+BjYbDZhtVr1vieEEN7f34UQRTzt9/sQQgjz+fyPg6yGoQd4Dc/PzxdfP51OD+l7v99XrZ323Ven/fmfz+cwnU6NEurNgBaLRfP5+dn94mRS9EyXzrbe3t5CCCHE2jEIa0310+XF4XAIIYTw8vJyl2VGru92z7X77vvZ6Xs/Pj7CdDoN5/M5LJdLSzDqBVD6G11htN/vixx4XQMxVTMQugLoXrW/St/X/LzZbNbEADoej0KHOgFkD+gf/EcfMLMVQNzDU/tgbM+ILs2Mrl2mpWHX9edytUvMEPpmAjVrf7W++/4+cLeTYe6F3KAYE0ZDD/xLtW8dlEOXIjVqx777lrKP6Dv3b3Lr0g2KBFCNMBo6EGsMylsG1LW15/N5tu+44fyV+07D6B4b5HD1ATUmjG4ZiKUG5dgzel/t+DWGrr5r1y7Vd24/MA0jIcRDA2jIoMiFUakDua92blDeo3a775JfL6jZd3py6JrZpf0IIYppoGma9Xo9+D1DbtmAQTOg9XrtYOIq8dvVZkKM9bRarapciu1aLnQtEWocxGp3187V3O12zel06r1dJYT/b+eoefsI/1AAxWXY7ylRoTDabreTIXsXNS73qt2/X3QpXOBuS7DclY8as6Khewc1ZgdfvXbuEn7J2rneFotFc81Np/EmVXfFM9av3Atxs3G32xXb6GwPuK5L17F2aUNrx57v2Xf8de2+h7ynHTRQdQYUp+rxDBgfHZG7JDtmmt73aIjn5+dsMIQw7nEdae1rbkat3ff5fM5+f6p037keuh67cTwef98NP5vNzICoE0AhhNB1JaxvQ/KWpUrXciDWTs+2fQPylqVKV+2hG8bpLKVU7fV63bRnGDW+O3XNLShpCOUC6Hw+h+12O1mv140AYqynEP58wl0MhPRs2RVGpTZR09oxENJHVnQNylKb5l2btunsKIZROisrVXtI3+1ZqPuz+JEBlBsY8Swdz9TT6bRqGHUFwlcIo8PhcPfaad9ds7LSYbTdbid9m9Fx9mPYUHQJNkR7mXbLEu3WQTPkoWl9S7SfUPuWWy2urR1rxn2edH8oDR9LMO4aQCXCqMRZe+gTHB9RO3ffV6w95lL7rWFU64mIAoiHBdCYMCq5bOgKhNzVu9q1+wJhzCb22NoCiB8bQLkwuhRENb50lw7KmnfD52rHZUpX3+km9nfpWwBxD08lf1jX1bT2oLz0PZ8xWpujgwdl6drtvmv1W6Pv3De2l8ulq2/UCaBHPZT+kQ/DV/tvm82mNyw3m42ZD2UDqOZ/Bsj34ljg7gHkbEbfEixlCUbRAPIRIFx4lF8+AkAAAQIIQAABAghAAAECCEAAAQIIQAABAghAAAECCEAAAQIIQAABAggQQAACCBBAAAIIEEAAAggQQAACCBBAAAIIEEAAAggQQAACCBBAAAIIEECAAAIQQIAAAhBAgAACEEDAD/AfeTnt8ujslEsAAAAASUVORK5CYII=";
      crane_20_deg_right_overlay_raised : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIDRYYED4WVqcAAAToSURBVHja7d0xXts8GAdg0R8nyZSDZGKBU8DCnh7B2VnIKeKFiYNkylX8TeonXAs7seQAfZ6tTZq3CtbfkmyLEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgO7rxFRAdDodu7D0PDw+OGcoFUNd1na+B3W4Xttvt6HtCCOH3799CiCJu27YNIYRwf3//4SCrYeoBXsN6vf709ePxeJV2t21btXba7rE6/e//dDqF1Wqll1BvBPT4+Ni9vr4Ov3hzU/RMl462np6eQgghxNoxCGsN9dPpxdvbWwghhLu7u0WmGbl299tcu91jn52+9+XlJaxWq3A6ncLz87MpGPUCKP2LoTBq27bIgTfUEVM1A2EogJaq/VXafc7nbTabLgbQ+/u70KFOAFkD+gd/6BNGtgKIJdz2D8b+iOizkdG507Q07Ib+Xa52iRHC2EigZu2v1u6x/w8sdjLMvZDrFHPCaOqB/1ntSzvl1KlIjdqx3WNT2Wu0O/czuXTqBkUCqEYYTe2INTrlJR3q3Nr39/fZdscF56/c7jSMllggh7MPqDlhdElHLNUp557Rx2rH2xiG2l27dql259YD0zASQlw1gKZ0ilwYlTqQx2rnOuUStfvtLnl7Qc12pyeHoZFd2h4hRDEddF3XNM3k90x5ZAMmjYCapnEwcZZ4d7WREHPdbrfbKpdih6YLQ1OEGgex2sO1czUPh0N3PB5HH1cJ4f/HOWo+PsI/FEBxGvZnSFQojPb7/c2UtYsal3vVHl8v+ixcYLEpWO7KR41R0dS1gxqjg69eO3cJv2TtXNseHx+7cx46jQ+peiqeuX7lXoiLjYfDodhCZ7/DDV26jrVLm1o7tnnJdsc/1273lPf0gwaqjoDiUD2eAePWEblLsnOG6WNbQ6zX62wwhDBvu4609jkPo9Zu9+l0yt4/VbrduTYMbbvx/v7+52n4zWZjBESdAAohhKErYWMLkpdMVYamA7F2erYd65CXTFWGak9dME5HKaVqN03T9UcYNe6dOucRlDSEcgF0Op3Cfr+/aZqmE0DMdRvCxx3uYiCkZ8uhMCq1iJrWjoGQblkx1ClLLZoPLdqmo6MYRumorFTtKe3uj0I9n8WPDKBcx4hn6XimXq1WVcNoKBC+Qhi9vb0tXjtt99CorHQY7ff7m7HF6Dj60W0oOgWboj9Nu2SKdmmnmbJp2tgU7SfUvuRRi3Nrx5pxnSddH0rDxxSMRQOoRBiVOGtP3cHxGrVzz33F2nMutV8aRrV2RBRAXC2A5oRRyWnDUCDkrt7Vrj0WCHMWsefWFkD82ADKhdFnQVTjpru0U9Z8Gj5XO05ThtqdLmJ/l3YLIJZwW/LDhq6m9TvlZ/f5zNFbHJ3cKUvX7re7VntrtDt3x/bz87Orb9QJoGttSn/NzfDV/ttutxsNy91uZ+RD2QCq+csA+V4cCyweQM5mjE3BUqZglORg4qKgivsHCSRg0fCJ4q4BvhVg8SASPsz1y1cACCC+lbhbglEQAojFpPcS1b7Jkp/v1lfAOdq2/fArtmEOl1A5m43RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH6A/wDKVCGtmSSwkwAAAABJRU5ErkJggg==";
      crane_20_deg_right_overlay_raised_container : base64_png "iVBORw0KGgoAAAANSUhEUgAAASAAAACQCAYAAACoPrZBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+oIDRYcGFShG5EAAAWISURBVHja7d2/bttGHAfwc+Bn6FxoMpCxr+Api/MSVRYDzWYjgKcAgbR1yBI9hbh48iM0YwBPQue+BDude2ZJkyLvKMX6fJb8saKfT+Z9eXckLyEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwM/ozEdAtN1u677XvH//3jFDvgCq67r2MbBer8PNzU3va0II4fb2VgiRxXlVVSGEEK6urp4dZCUMPcBLuLi4ePHrj4+PB2l3VVVFa6ft7qvT/Px3u11YLBZ6CeVGQMvlsv727Vv7F8/Osp7p0tHWhw8fQgghxNoxCEsN9dPpxf39fQghhHfv3s0yzehqd7PNpdvd997pa79+/RoWi0XY7Xbh+vraFIxyAZT+RVsYVVWV5cBr64ipkoHQFkBz1T6Wdu/zfpeXl3UMoIeHB6FDmQCyBnSCP/QBI1sBxBzOmwdjc0T00sho32laGnZt/66rdo4RQt9IoGTtY2t33/cDs50Mu77Q1SmmhNHQA/+l2mM75dCpSInasd19U9lDtLvrZzJ26gZZAqhEGA3tiCU65ZgOtW/tq6urznbHBedjbncaRnMskMPeB9SUMBrTEXN1yqln9L7a8TaGtnaXrp2r3V3rgWkYCSEOGkBDOkVXGOU6kPtqd3XKOWo3253z9oKS7U5PDm0ju7Q9QohsaqjrerVaDX7NkEc2YNAIaLVaOZjYS7y72kiIqc5vbm6KXIptmy60TRFKHMRqt9fuqrndbuvHx8fex1VC+O9xjpKPj3BCARSnYU9DokxhtNlszoasXZS43Kt2/3rRS+ECs03Buq58lBgVDV07KDE6OPbaXZfwc9buattyuaz3eeg0PqTqqXimetP1hbjYuN1usy10Njtc26XrWDu3obVjm+dsd/xz6XYPeU0zaKDoCCgO1eMZMG4d0XVJdsowvW9riIuLi85gCGHadh1p7X0eRi3d7t1u13n/VO52d7WhbduNh4eHp6fhLy8vjYAoE0AhhNB2JaxvQXLMVKVtOhBrp2fbvg45ZqrSVnvognE6SslVe7Va1c0RRol7p/Z5BCUNoa4A2u12YbPZnK1Wq1oAMdV5CM93uIuBkJ4t28Io1yJqWjsGQrplRVunzLVo3rZom46OYhilo7JctYe0uzkK9XwWrzKAujpGPEvHM/VisSgaRm2BcAxhdH9/P3vttN1to7LcYbTZbM76FqPj6Ee3IesUbIjmNG3MFG1spxmyaVrfFO011B7zqMW+tWPNuM6Trg+l4WMKxqwBlCOMcpy1h+7geIjaXc99xdpTLrWPDaNSOyIKIA4WQFPCKOe0oS0Quq7ela7dFwhTFrGn1hZAvNoA6gqjl4KoxE13aacs+TR8V+04TWlrd7qI/bO0WwAxh/Ocb9Z2Na3ZKV+6z2eKxuLo4E6Zu3az3aXaW6LdXXdsX19fu/pGmQA61Kb0h9wMX+3/W6/XvWG5Xq+NfMgbQCX/M0B+Lo4FZg8gZzP6pmApUzBycjAxKqji/kECCZg1fKK4a4BPBSMghsgWFtvtNk7JHIuMdu4jOC1//rY5uvf7+H3pB3Oi3vgIGCPulvDr3S8+DAQQ8/jjr9+ffl/6JktMweCZqqqeQmjIc3cggMjm78//hCpUz/4MAohZQwhysAYECCDg9Lj567TUjkWOiTWgE3P39svRfU+ff3zygxFAnIpj6vDHGIjMxxrQiY+EDv0rAghAAAECCEAAAQIIQAABr4u7T09Lfff2S/j841P2nRHH+Ph9GeL341g8TW5EPFG2QUUAcRBuAsQUjINMwRyLAAAAAAAAAAAAAAAAAAAAAAAApP4Fza9KLyaX7b8AAAAASUVORK5CYII=";
   }

   sounds {
      music_1: sound_sample "midgame.mp3";
      music_2: sound_sample "ship.mp3";
      music_3: sound_sample "endgame.mp3";
      music_interlude: sound_sample "interlude.mp3";
      music_victory: sound_sample "victory.mp3";
   }
}
