Skip to content

Commit

Permalink
Fix NPC dropping laser finger pseudo item
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed Jan 21, 2021
1 parent 1d7609a commit 4712338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/gun/bio.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"durability": 10,
"loudness": 7,
"ammo_effects": [ "LASER", "INCENDIARY" ],
"flags": [ "NEVER_JAMS", "TRADER_AVOID", "FIRESTARTER", "USES_BIONIC_POWER", "ZERO_WEIGHT" ]
"flags": [ "NEVER_JAMS", "TRADER_AVOID", "NO_UNWIELD", "FIRESTARTER", "USES_BIONIC_POWER", "ZERO_WEIGHT" ]
},
{
"id": "bio_lightning",
Expand Down

0 comments on commit 4712338

Please sign in to comment.