Skip to content

Commit

Permalink
Add Travel Toilet Constructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMurderUnicorn authored May 13, 2024
1 parent 424df07 commit 4a22b25
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a22b25

Please sign in to comment.