Skip to content

Commit

Permalink
Add NO_RELOAD flag to LAW. (#36845)
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored and I-am-Erk committed Jan 9, 2020
1 parent b8625b0 commit d3ec8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"price": 200000,
"//": "A tube with a lever. Unsurprisingly, dirt cheap (at least for a rocket launcher).",
"material": "aluminum",
"flags": [ "NO_UNLOAD", "BACKBLAST", "NEVER_JAMS", "TRADER_AVOID" ],
"flags": [ "NO_UNLOAD", "NO_RELOAD", "BACKBLAST", "NEVER_JAMS", "TRADER_AVOID" ],
"skill": "launcher",
"ammo": "66mm",
"weight": "700 g",
Expand Down

0 comments on commit d3ec8ee

Please sign in to comment.