Skip to content

Commit

Permalink
Remove "covers" line from faux fur items which is "copy-from"'ed from…
Browse files Browse the repository at this point in the history
… fur items. It caused error
  • Loading branch information
Salty-Panda committed Dec 6, 2020
1 parent e19b9d4 commit ec7edff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/json/items/armor/coats.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"description": "A garishly-colored faux fur coat with a couple small pockets. Although not as warm as the natural fur, it gives you some of that unique flair.",
"material": [ "faux_fur", "cotton" ],
"color": "pink",
"covers": [ "torso", "arm_l", "arm_r" ],
"flags": [ "VARSIZE", "POCKETS", "OUTER", "SUPER_FANCY" ],
"warmth": 70
},
Expand Down Expand Up @@ -301,7 +300,6 @@
"name": { "str": "faux fur duster" },
"description": "A thick faux fur duster, falling below your knees. Has many pockets for storing things.",
"material": [ "faux_fur", "cotton" ],
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"flags": [ "VARSIZE", "POCKETS", "OUTER", "FANCY" ],
"warmth": 40
},
Expand Down Expand Up @@ -1063,7 +1061,6 @@
"name": { "str": "sleeveless faux fur duster" },
"description": "A thick, sleeveless faux fur duster, falling below your knees. Has many pockets for storing things.",
"material": [ "faux_fur", "cotton" ],
"covers": [ "torso", "leg_l", "leg_r" ],
"flags": [ "VARSIZE", "POCKETS", "OUTER", "FANCY" ],
"warmth": 40
},
Expand Down Expand Up @@ -1206,7 +1203,6 @@
"name": { "str": "sleeveless faux fur trenchcoat" },
"description": "A thick faux fur trenchcoat without sleeves. Has plenty of storage space, and looks pretty good.",
"material": [ "faux_fur", "cotton" ],
"covers": [ "torso" ],
"flags": [ "VARSIZE", "POCKETS", "OUTER", "FANCY" ],
"warmth": 40
},
Expand Down Expand Up @@ -1390,7 +1386,6 @@
"name": { "str": "faux fur trenchcoat" },
"description": "A thick faux fur trenchcoat, lined with pockets. Great for storage, and makes you the talk of the town.",
"material": [ "faux_fur", "cotton" ],
"covers": [ "torso", "arm_l", "arm_r" ],
"flags": [ "VARSIZE", "POCKETS", "OUTER", "FANCY" ],
"warmth": 40
},
Expand Down

0 comments on commit ec7edff

Please sign in to comment.