Skip to content

Commit

Permalink
Add stuff and things
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed May 26, 2024
1 parent 7ca502c commit 08e8e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/gun/45colt.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"copy-from": "pistol_revolver",
"looks_like": "sw_619",
"type": "GUN",
"name": { "str_sp": ".45/410 shotshell revolver" },
"name": { "str_sp": ".45/.410 shotshell revolver" },
"description": "A stainless steel 5 shot revolver, capable of firing .410 shells or 45 Colt cartridges.",
"variant_type": "gun",
"variants": [
Expand Down
2 changes: 1 addition & 1 deletion tools/json_tools/gun_variant_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"needlegun",
"needlepistol",
"rm298",
"taurus_judge",
}
NAME_CHECK_BLACKLIST = {
# FIXME: fix and remove these
Expand Down Expand Up @@ -244,6 +243,7 @@
".40",
".44",
".45",
".45/410",
".500",
"5x50mm",
"5.7mm",
Expand Down

0 comments on commit 08e8e01

Please sign in to comment.