Skip to content

Commit

Permalink
feat: working carrier elevators
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Dec 14, 2023
1 parent 1741274 commit 6dc6c1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/json/mapgen_palettes/aircraft_carrier_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"type": "palette",
"id": "aircraft_carrier_palette",
"//": "big elevators are disabled by default due to bugs with elevators itself - they works really weird with such size. same to small one - the game can transport only character, ignoring everything else",
"terrain": {
",": "t_bridge",
"*": "t_gates_control_metal",
Expand All @@ -21,8 +20,8 @@
"t": "t_console_broken",
"5": "t_wall_metal",
"4": "t_elevator_no_roof",
"(": "t_elevator_control_off",
"α": "t_elevator_control_off",
"(": "t_elevator_control",
"α": "t_elevator_control",
"+": [ "t_door_metal_c", "t_door_metal_c", "t_door_metal_c", "t_door_metal_c", "t_door_metal_interior_locked" ],
"1": "t_deck_coating_no_roof",
"2": "t_deck_coating_no_roof_y",
Expand Down

0 comments on commit 6dc6c1c

Please sign in to comment.