Skip to content

Commit

Permalink
Merge pull request CleverRaven#76474 from Psithief/patch-1
Browse files Browse the repository at this point in the history
Allow magic rings to resize to fit anyone
  • Loading branch information
Maleclypse authored Sep 19, 2024
2 parents d0eb95c + bcae47d commit da181c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/items/enchanted_rings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"looks_like": "copper_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -40,7 +40,7 @@
"looks_like": "silver_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -66,7 +66,7 @@
"looks_like": "gold_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -92,7 +92,7 @@
"looks_like": "platinum_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand Down

0 comments on commit da181c9

Please sign in to comment.