Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typos related to plural names #33502

Merged
merged 2 commits into from
Aug 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@
"price": 12000,
"//": "This seems like the larger medical tank, not an instant-use model with mask attached",
"name": "oxygen",
"name_plural": "oxygen",
"symbol": "=",
"color": "light_gray",
"description": "A canister of oxygen.",
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Squeaky Ankles",
"plural_name": "Squeaky Ankles",
"name_plural": "Squeaky Ankles",
"description": "A pair of defective bionics that make squeaking noises.",
"weight": 100,
"difficulty": 4
Expand All @@ -946,7 +946,7 @@
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Pieces Of Junk",
"plural_name": "Pieces of Junk",
"name_plural": "Pieces of Junk",
"description": "A jumble of broken metal pieces that were removed during reconstructive surgery.",
"difficulty": 5
},
Expand Down Expand Up @@ -1069,7 +1069,7 @@
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Wire-Induced Stiffness",
"plural_name": "Wire-Induced Stiffnesses",
"name_plural": "Wire-Induced Stiffnesses",
"description": "A length of poorly installed wiring that would cause stiffness.",
"difficulty": 7
},
Expand All @@ -1078,7 +1078,7 @@
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Self-Locking Thumbs",
"plural_name": "Self-Locking Thumbs",
"name_plural": "Self-Locking Thumbs",
"description": "A pair of faulty, self-locking thumb bionics.",
"weight": 50,
"difficulty": 5
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": "antibiotics",
"plural_name": "antibiotics",
"name_plural": "antibiotics",
"description": "A prescription-strength antibacterial medication designed to prevent or stop the spread of infection. It's the quickest and most reliable way to cure any infections you might have. One dose lasts twelve hours.",
"weight": 1,
"volume": "250 ml",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/fast_healing/meds.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "COMESTIBLE",
"copy-from": "antibiotics",
"name": "antibiotics",
"plural_name": "antibiotics",
"name_plural": "antibiotics",
"use_action": "STRONG_ANTIBIOTIC"
}
]