Skip to content

Commit

Permalink
Merge pull request #36003 from arijust/scuba_tank_unload
Browse files Browse the repository at this point in the history
Add NO_UNLOAD flag to scuba tanks.
  • Loading branch information
ZhilkinSerg authored Dec 11, 2019
2 parents 02938fd + df4e184 commit 8285f0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2707,7 +2707,7 @@
"max_charges": 60,
"ammo": "nitrox",
"covers": [ "TORSO" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY", "NO_UNLOAD" ],
"environmental_protection": 1,
"environmental_protection_with_filter": 16,
"encumbrance": 30,
Expand Down Expand Up @@ -2735,7 +2735,7 @@
"turns_per_charge": 60,
"ammo": "nitrox",
"covers": [ "TORSO", "MOUTH" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY", "NO_UNLOAD" ],
"environmental_protection": 1,
"environmental_protection_with_filter": 16,
"encumbrance": 30,
Expand All @@ -2762,7 +2762,7 @@
"max_charges": 20,
"ammo": "nitrox",
"covers": [ "TORSO" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY", "NO_UNLOAD" ],
"environmental_protection": 1,
"environmental_protection_with_filter": 16,
"encumbrance": 30,
Expand Down Expand Up @@ -2790,7 +2790,7 @@
"turns_per_charge": 60,
"ammo": "nitrox",
"covers": [ "TORSO", "MOUTH" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY" ],
"flags": [ "WATER_FRIENDLY", "BELTED", "ONLY_ONE", "STURDY", "NO_UNLOAD" ],
"environmental_protection": 1,
"environmental_protection_with_filter": 16,
"encumbrance": 30,
Expand Down

0 comments on commit 8285f0f

Please sign in to comment.