diff --git a/data/json/construction.json b/data/json/construction.json index b96e06723b32a..1134572044ab4 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -2463,6 +2463,30 @@ "pre_special": "check_empty", "post_terrain": "f_armchair" }, + { + "type": "construction", + "id": "constr_place_travel_toilet", + "group": "place_travel_toilet", + "category": "FURN", + "required_skills": [ [ "fabrication", 0 ] ], + "time": "1 m", + "components": [ [ [ "toilet_travel", 1 ] ] ], + "pre_special": "check_empty", + "post_terrain": "f_bullettrailer_toilet", + "activity_level": "LIGHT_EXERCISE" + }, + { + "type": "construction", + "id": "constr_place_folded_travel_toilet", + "group": "place_travel_toilet", + "category": "FURN", + "required_skills": [ [ "fabrication", 0 ] ], + "time": "1 m", + "components": [ [ [ "toilet_travel_folded", 1 ] ] ], + "pre_special": "check_empty", + "post_terrain": "f_bullettrailer_toilet", + "activity_level": "LIGHT_EXERCISE" + }, { "type": "construction", "id": "constr_sign",