Skip to content

Commit

Permalink
Still more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgackle committed Mar 29, 2017
1 parent 965743d commit 462cd67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3259,8 +3259,8 @@
"use_action": {
"target": "gasoline_lantern",
"msg": "The lantern is extinguished.",
"type": "transform",
"menu_text": "Turn off"
"menu_text": "Turn off",
"type": "transform"
},
"flags": [ "LIGHT_15", "TRADER_AVOID" ]
},
Expand Down Expand Up @@ -3333,8 +3333,8 @@
"target": "glowstick_lit",
"msg": "You activate the glowstick.",
"active": true,
"type": "transform",
"menu_text": "Activate"
"menu_text": "Activate",
"type": "transform"
}
},
{
Expand Down Expand Up @@ -5797,8 +5797,8 @@
"active": true,
"need_charges": 1,
"need_charges_msg": "Nothing happens.",
"type": "transform",
"menu_text": "Light up"
"menu_text": "Light up",
"type": "transform"
},
{
"type": "firestarter",
Expand Down

0 comments on commit 462cd67

Please sign in to comment.