Skip to content

Commit

Permalink
Buffs dynamite (#32379)
Browse files Browse the repository at this point in the history
* Buffs dynamite
  • Loading branch information
aoae23 authored and kevingranade committed Jul 18, 2019
1 parent 67c05ce commit 7fa6897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@
"symbol": "*",
"color": "red",
"explode_in_fire": true,
"explosion": { "power": 200 },
"explosion": { "power": 938 },
"use_action": {
"target": "dynamite_act",
"msg": "You light the dynamite.",
Expand Down Expand Up @@ -1810,13 +1810,13 @@
"color": "red",
"turns_per_charge": 1,
"explode_in_fire": true,
"explosion": { "power": 200 },
"explosion": { "power": 938 },
"use_action": {
"type": "explosion",
"sound_volume": 0,
"sound_msg": "ssss...",
"no_deactivate_msg": "You've already lit the %s, try throwing it instead.",
"explosion": { "power": 250 }
"explosion": { "power": 938 }
},
"flags": [ "TRADER_AVOID", "BOMB" ]
},
Expand Down

0 comments on commit 7fa6897

Please sign in to comment.