Skip to content

Commit

Permalink
Merge pull request #35815 from Night-Pryanik/remove-useless-revert-to
Browse files Browse the repository at this point in the history
Removed useless revert_to fields from various items
  • Loading branch information
ZhilkinSerg committed Dec 3, 2019
2 parents fadcffd + 80bb0d2 commit 15a6360
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion data/json/items/tool/radio_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"description": "A remote-controlled car. Fun for young and old alike.",
"symbol": "#",
"ammo": "battery",
"revert_to": "radio_car",
"proportional": { "weight": 0.73, "volume": 0.75, "price": 0.8 },
"use_action": "RADIOCAR",
"flags": [ "RADIO_CONTAINER" ],
Expand Down
8 changes: 0 additions & 8 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@
"color": "yellow",
"ammo": "battery",
"charges_per_use": 5,
"revert_to": "camera",
"use_action": "CAMERA",
"magazines": [
[
Expand Down Expand Up @@ -778,7 +777,6 @@
"color": "yellow",
"ammo": "battery",
"charges_per_use": 5,
"revert_to": "camera_pro",
"use_action": "CAMERA",
"flags": [ "CAMERA_PRO", "ALWAYS_TWOHAND" ],
"magazines": [
Expand Down Expand Up @@ -827,7 +825,6 @@
"initial_charges": 100,
"max_charges": 100,
"charges_per_use": 1,
"revert_to": "can_food_unsealed",
"use_action": {
"target": "candle_lit",
"msg": "You light the candle.",
Expand Down Expand Up @@ -1925,7 +1922,6 @@
"color": "white",
"max_charges": 3000,
"turns_per_charge": 1,
"revert_to": "e_handcuffs",
"use_action": "EHANDCUFFS",
"flags": [ "ALWAYS_TWOHAND", "UNARMED_WEAPON", "TRADER_AVOID" ]
},
Expand Down Expand Up @@ -1982,7 +1978,6 @@
"color": "blue",
"ammo": "battery",
"charges_per_use": 1,
"revert_to": "eink_tablet_pc",
"use_action": "EINKTABLETPC",
"flags": [ "WATCH" ],
"magazines": [
Expand Down Expand Up @@ -2335,7 +2330,6 @@
"color": "green",
"ammo": "fish_bait",
"max_charges": 5,
"revert_to": "fish_trap",
"use_action": "FISH_TRAP"
},
{
Expand Down Expand Up @@ -4057,7 +4051,6 @@
"color": "red",
"ammo": "battery",
"power_draw": 1500000,
"revert_to": "multi_cooker",
"qualities": [ [ "CONTAIN", 1 ] ],
"use_action": "MULTICOOKER",
"magazines": [
Expand Down Expand Up @@ -5584,7 +5577,6 @@
"use_action": "AUTOCLAVE",
"flags": [ "ALLOWS_REMOTE_USE" ],
"power_draw": 1500000,
"revert_to": "autoclave",
"looks_like": "microwave",
"ammo": "battery",
"magazines": [
Expand Down

0 comments on commit 15a6360

Please sign in to comment.