Skip to content

Commit

Permalink
Merge pull request CleverRaven#55413 from Drew4484/Unarmed-Gauntlets
Browse files Browse the repository at this point in the history
Mitten Gauntlets as unarmed weapon
  • Loading branch information
Rivet-the-Zombie authored Feb 16, 2022
2 parents 973d737 + 365ea3e commit cc10e0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/items/armor/gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@
"color": "light_gray",
"warmth": 15,
"environmental_protection": 1,
"flags": [ "STURDY", "ONLY_ONE" ],
"flags": [ "STURDY", "ONLY_ONE", "UNARMED_WEAPON", "DURABLE_MELEE" ],
"armor": [
{
"material": [
Expand Down Expand Up @@ -1183,7 +1183,7 @@
"color": "light_gray",
"warmth": 15,
"environmental_protection": 1,
"flags": [ "STURDY", "ONLY_ONE" ],
"flags": [ "STURDY", "ONLY_ONE", "UNARMED_WEAPON", "DURABLE_MELEE" ],
"armor": [
{
"material": [
Expand Down Expand Up @@ -1222,7 +1222,7 @@
"color": "light_gray",
"warmth": 15,
"environmental_protection": 1,
"flags": [ "STURDY", "ONLY_ONE" ],
"flags": [ "STURDY", "ONLY_ONE", "UNARMED_WEAPON", "DURABLE_MELEE" ],
"armor": [
{
"material": [
Expand Down Expand Up @@ -1261,7 +1261,7 @@
"color": "light_gray",
"warmth": 15,
"environmental_protection": 1,
"flags": [ "STURDY", "ONLY_ONE" ],
"flags": [ "STURDY", "ONLY_ONE", "UNARMED_WEAPON", "DURABLE_MELEE" ],
"armor": [
{
"material": [
Expand Down Expand Up @@ -1300,7 +1300,7 @@
"color": "light_gray",
"warmth": 15,
"environmental_protection": 1,
"flags": [ "STURDY", "ONLY_ONE" ],
"flags": [ "STURDY", "ONLY_ONE", "UNARMED_WEAPON", "DURABLE_MELEE" ],
"armor": [
{
"material": [
Expand Down

0 comments on commit cc10e0c

Please sign in to comment.