Skip to content

Commit

Permalink
Merge pull request #36530 from ymber/remote_scale
Browse files Browse the repository at this point in the history
Allow remote use of bathroom scale
  • Loading branch information
ZhilkinSerg authored Dec 29, 2019
2 parents 7881181 + 6c56ebc commit d6b3980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7394,7 +7394,8 @@
"to_hit": -2,
"bashing": 6,
"material": "steel",
"use_action": { "type": "weigh_self", "max_weight": 150000 }
"use_action": { "type": "weigh_self", "max_weight": 150000 },
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"id": "acetylene_machine",
Expand Down

0 comments on commit d6b3980

Please sign in to comment.