Skip to content

Commit

Permalink
Merge pull request #77892 from NetSysFire/earth-ramp-long-sticks
Browse files Browse the repository at this point in the history
Allow to use long sticks in earth ramp leading up
  • Loading branch information
Maleclypse authored Nov 16, 2024
2 parents 70e6f1f + 8310245 commit 046f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/construction/zlvels_transition.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"required_skills": [ [ "fabrication", 3 ] ],
"time": "300 m",
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "material_soil", 50 ] ], [ [ "stick", 10 ], [ "2x4", 8 ] ], [ [ "rock", 20 ] ] ],
"components": [ [ [ "material_soil", 50 ] ], [ [ "stick", 10 ], [ "2x4", 8 ], [ "stick_long", 5 ] ], [ [ "rock", 20 ] ] ],
"pre_special": [ "check_empty", "check_stable", "check_up_OK", "check_nofloor_above", "check_ramp_high" ],
"post_terrain": "t_earth_ramp_up_high",
"post_special": "done_ramp_high"
Expand Down

0 comments on commit 046f9c0

Please sign in to comment.