Skip to content

Commit

Permalink
fix: make grenades fire immune (#4201)
Browse files Browse the repository at this point in the history
* Update materials.json

* Update explosives.json

* Update explosives.json

* Update materials.json
  • Loading branch information
End3r991 authored Feb 8, 2024
1 parent 0c83ff8 commit 4b7cabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool/explosives.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
"price_postapoc": "10 USD",
"to_hit": -1,
"bashing": 6,
"material": [ "steel", "plastic" ],
"material": [ "steel" ],
"symbol": "*",
"color": "green",
"use_action": {
Expand All @@ -627,7 +627,7 @@
"price_postapoc": "0 cent",
"to_hit": -1,
"bashing": 6,
"material": [ "steel", "plastic" ],
"material": [ "steel" ],
"symbol": "*",
"color": "green",
"initial_charges": 5,
Expand Down

0 comments on commit 4b7cabe

Please sign in to comment.