Skip to content

Commit

Permalink
Fix "Build Dirt Floor" requirements (#79334)
Browse files Browse the repository at this point in the history
* Fixes missing requirements and changes skill to survival

* Update floors_indoors.json

* Add check to make sure area is unblocked

Co-authored-by: osuphobia <[email protected]>

---------

Co-authored-by: chris <[email protected]>
Co-authored-by: osuphobia <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2025
1 parent 0e5716c commit 4bbedf0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/json/construction/floors_indoors.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,14 @@
"id": "constr_dirtfloor",
"group": "build_dirt_floor",
"category": "CONSTRUCT",
"required_skills": [ [ "fabrication", 3 ] ],
"required_skills": [ [ "survival", 1 ] ],
"time": "15 m",
"qualities": [ { "id": "DIG", "level": 1 } ],
"pre_flags": [ "DIGGABLE", "PLOWABLE" ],
"pre_note": "Must be supported on at least two sides.",
"pre_special": "check_support",
"post_terrain": "t_dirtfloor"
"pre_special": [ "check_support", "check_unblocked" ],
"post_terrain": "t_dirtfloor",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
Expand Down

0 comments on commit 4bbedf0

Please sign in to comment.