Skip to content

Commit

Permalink
lint (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Mostovoy authored and Mom-Bun committed May 29, 2019
1 parent 19a0a9c commit ee41d1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
10 changes: 5 additions & 5 deletions data/json/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[ "backpack", 38 ],
[ "slingpack", 19 ],
[ "pockknife", 14 ],
[ "roller_shoes_off", 10],
[ "roller_shoes_off", 10 ],
[ "knife_swissarmy", 10 ],
[ "hairpin", 5 ],
[ "fc_hairpin", 1 ],
Expand Down Expand Up @@ -845,7 +845,7 @@
[ "mask_hockey", 5 ],
[ "hockey_stick", 10 ],
[ "roller_blades", 20 ],
[ "roller_shoes_off", 10],
[ "roller_shoes_off", 10 ],
[ "jersey", 40 ],
[ "puck", 5 ],
[ "baseball", 5 ],
Expand Down Expand Up @@ -2845,7 +2845,7 @@
[ "leathersandals", 100 ],
[ "rollerskates", 10 ],
[ "roller_blades", 20 ],
[ "roller_shoes_off", 10],
[ "roller_shoes_off", 10 ],
[ "boots_rubber", 20 ],
[ "clownshoes", 10 ],
[ "mocassins", 40 ]
Expand Down Expand Up @@ -3847,7 +3847,7 @@
[ "roller_blades", 20 ],
[ "rollerskates", 10 ],
[ "rollerskates", 10 ],
[ "roller_shoes_off", 10],
[ "roller_shoes_off", 10 ],
[ "survnote", 3 ],
[ "radio_car_box", 3 ],
[ "radiocontrol", 10 ],
Expand Down Expand Up @@ -4331,7 +4331,7 @@
[ "boots_hiking", 10 ],
[ "roller_blades", 20 ],
[ "rollerskates", 10 ],
[ "roller_shoes_off", 10],
[ "roller_shoes_off", 10 ],
[ "runner_bag", 5 ],
[ "gloves_tactical", 1 ],
[ "glasses_bal", 5 ],
Expand Down
15 changes: 2 additions & 13 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -1050,12 +1050,7 @@
"encumbrance": 4,
"warmth": 20,
"material_thickness": 2,
"use_action": {
"type": "transform",
"target": "roller_shoes_on",
"msg": "You pop the wheels out.",
"moves" : 500
},
"use_action": { "type": "transform", "target": "roller_shoes_on", "msg": "You pop the wheels out.", "moves": 500 },
"flags": [ "VARSIZE" ]
},
{
Expand All @@ -1075,13 +1070,7 @@
"encumbrance": 4,
"warmth": 20,
"material_thickness": 2,
"use_action": {
"type": "transform",
"target": "roller_shoes_off",
"msg": "You pop the wheels back in.",
"moves" : 500
},
"use_action": { "type": "transform", "target": "roller_shoes_off", "msg": "You pop the wheels back in.", "moves": 500 },
"flags": [ "VARSIZE", "ROLLER_QUAD", "REQUIRES_BALANCE" ]
}

]

0 comments on commit ee41d1f

Please sign in to comment.