Skip to content

Commit

Permalink
Remove pit digging construction from CRIT
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret authored and kevingranade committed Jan 2, 2020
1 parent 9b40e2e commit 5bdcd06
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions data/mods/CRT_EXPANSION/constructions/crt_constructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,6 @@
"pre_terrain": "t_trunk",
"post_terrain": "t_dirt"
},
{
"type": "construction",
"description": "Dig a Pit",
"category": "DIG",
"required_skills": [ [ "survival", 0 ] ],
"time": "20 m",
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"pre_terrain": "t_dirt",
"post_terrain": "t_pit_shallow"
},
{
"type": "construction",
"description": "Dig a Pit",
"category": "DIG",
"required_skills": [ [ "survival", 1 ] ],
"time": "15 m",
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"pre_terrain": "t_pit_shallow",
"post_terrain": "t_pit"
},
{
"type": "construction",
"description": "Makeshift Wall",
Expand Down

0 comments on commit 5bdcd06

Please sign in to comment.