Skip to content

Commit

Permalink
fix cellphone
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Dec 13, 2024
1 parent a7c5b6f commit 6935f6a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions data/json/items/tool/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,16 @@
"name": { "str": "cellphone - Flashlight", "str_pl": "cellphones - Flashlight" },
"power_draw": "500 mW",
"revert_to": "cell_phone",
"use_action": {
"ammo_scale": 0,
"target": "cell_phone",
"msg": "You turn off the screen.",
"menu_text": "Turn off",
"type": "transform"
},
"use_action": [
{
"ammo_scale": 0,
"target": "cell_phone",
"msg": "You turn off the screen.",
"menu_text": "Turn off",
"type": "transform"
},
{ "type": "link_up", "cable_length": 3, "charge_rate": "20 W" }
],
"flags": [ "NO_UNLOAD", "NO_RELOAD", "WATCH", "LIGHT_8", "CHARGEDIM", "TRADER_AVOID", "WATER_BREAK", "ELECTRONIC" ]
},
{
Expand Down

0 comments on commit 6935f6a

Please sign in to comment.