Skip to content

Commit

Permalink
Merge pull request #60962 from Hirmuolio/radiomod
Browse files Browse the repository at this point in the history
Fix radio activation mod not being consumed
  • Loading branch information
dseguin authored Sep 14, 2022
2 parents fe88739 + f78967c commit ec5e754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/tool/radio_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"type": "TOOL",
"category": "spare_parts",
"name": { "str": "radio activation mod" },
"description": "This small piece of electronics can be attached to certain items and activate them after receiving a radio signal.",
"description": "This small piece of electronics can be attached to certain items and activate them after receiving a radio signal from RC car controller.",
"weight": "142 g",
"volume": "250 ml",
"price": 5000,
Expand All @@ -79,6 +79,7 @@
"material": [ "steel" ],
"symbol": ";",
"color": "dark_gray",
"flags": [ "SINGLE_USE" ],
"use_action": [ "RADIO_MOD" ]
},
{
Expand Down

0 comments on commit ec5e754

Please sign in to comment.