Skip to content

Commit

Permalink
Merge pull request #56309 from BoatNectar/Fix-inaccessable-windmill-d…
Browse files Browse the repository at this point in the history
…oors

Fix wind turbine accessibility
  • Loading branch information
Rivet-the-Zombie authored Mar 25, 2022
2 parents cf4ad66 + 900fe29 commit aeb1bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/wind_turbine.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"-": "t_metal_floor_no_roof",
"#": "t_wall_metal",
"S": "t_switchgear_l",
"X": "t_door_metal_locked"
"X": "t_door_metal_pickable"
}
}
},
Expand Down

0 comments on commit aeb1bd2

Please sign in to comment.