forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the Taurus Judge (CleverRaven#74115)
* Taurus Judge * Add itemgroups * Adjust spawn rates * Add Judge to item_demographics * Spawn empty judges, not loaded * Update data/mods/TEST_DATA/item_demographics.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Adds blacklist/migration to mods * Update gg_firearms_migration.json * Update name * Remove space * New name * Add Taurus to the identifier blacklist * Missed an underscore * Add stuff and things * Undo blacklist changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cdd1820
commit def88e8
Showing
6 changed files
with
54 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -391,7 +391,8 @@ | |
"wine_mycus", | ||
"STI_DS_10", | ||
"xd_10", | ||
"xd_10_mag" | ||
"xd_10_mag", | ||
"taurus_judge" | ||
] | ||
} | ||
] |