Skip to content

Commit

Permalink
Pending BN Update: ALLOWS_REMOTE_USE works on more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Aug 11, 2024
1 parent 80f7cc5 commit a87af6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MST_Extra_BN/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"warmth": 30,
"material_thickness": 1,
"environmental_protection": 1,
"flags": [ "OVERSIZE", "OUTER", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "OVERSIZE", "OUTER", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_REMOTE_USE" ],
"use_action": {
"type": "place_trap",
"allow_under_player": true,
Expand Down
3 changes: 2 additions & 1 deletion MST_Extra_BN/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"description": "Some sticks and string with a leather tarp, to set up an improvised raincatcher.",
"weight": "4736 g",
"material": [ "wood", "leather" ],
"extend": { "flags": [ "ALLOWS_REMOTE_USE" ] },
"use_action": {
"type": "place_trap",
"allow_under_player": true,
Expand Down Expand Up @@ -254,7 +255,7 @@
"symbol": ",",
"color": "brown",
"use_action": [ { "type": "deploy_furn", "furn_type": "f_hobo_stove_clay_placed" } ],
"flags": [ "SHATTERS" ]
"flags": [ "SHATTERS", "ALLOWS_REMOTE_USE" ]
},
{
"id": "misc_repairkit_makeshift",
Expand Down

0 comments on commit a87af6e

Please sign in to comment.