diff --git a/data/json/vehicleparts/rams.json b/data/json/vehicleparts/rams.json index 54b38b727b82..78c8fb7b54d3 100644 --- a/data/json/vehicleparts/rams.json +++ b/data/json/vehicleparts/rams.json @@ -165,7 +165,10 @@ "durability": 40, "description": "A mattress, strapped onto the vehicle. It could serve to blunt any impact.", "breaks_into": [ { "item": "rag", "count": [ 40, 55 ] } ], - "requirements": { "install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "rope_natural_short", 2 ] ] } }, + "requirements": { + "install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "rope_natural_short", 2 ] ] }, + "removal": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ ] } + }, "damage_reduction": { "bash": 20 }, "flags": [ "PROTRUSION", "OBSTACLE", "OPAQUE" ] },