From 5bdcd0649c9d20065dac2e566267100106764834 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Wed, 1 Jan 2020 11:59:25 -0500 Subject: [PATCH] Remove pit digging construction from CRIT --- .../constructions/crt_constructions.json | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/data/mods/CRT_EXPANSION/constructions/crt_constructions.json b/data/mods/CRT_EXPANSION/constructions/crt_constructions.json index dcf35d50ee5a6..40a2429acfdc8 100644 --- a/data/mods/CRT_EXPANSION/constructions/crt_constructions.json +++ b/data/mods/CRT_EXPANSION/constructions/crt_constructions.json @@ -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",