Skip to content

Commit

Permalink
revert pipe bomb power nerf
Browse files Browse the repository at this point in the history
Reminded by #31110 (comment) that this is an issue with underlying explosion code instead of this item definition.
  • Loading branch information
kevingranade authored Jun 5, 2019
1 parent 89ffff6 commit 588f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6010,7 +6010,7 @@
"sound_volume": 0,
"sound_msg": "ssss...",
"no_deactivate_msg": "You've already lit the %s, try throwing it instead.",
"explosion": { "power": 150, "shrapnel": { "casing_mass": 500, "fragment_mass": 1 } }
"explosion": { "power": 500, "shrapnel": { "casing_mass": 500, "fragment_mass": 1 } }
},
"flags": [ "BOMB", "TRADER_AVOID", "DANGEROUS" ]
},
Expand Down

0 comments on commit 588f8e0

Please sign in to comment.