forked from space-syndicate/space-station-14
-
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.
Add a way for bulk abstracting prototypes (#24140)
* Ignored Prototypes * respath it * add multi-file support
- Loading branch information
1 parent
b0e7a6d
commit 1ed71f5
Showing
2 changed files
with
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This is a basic list that specifies files for which the prototypes inside of them will be made abstract. | ||
# This supports all prototype kinds and is intended to allow servers to remove prototypes in a relatively clean way. | ||
# This method does not break inheritance, but you will still have to remove usages. | ||
|
||
# e.g., you can specify both directories and specific files by adding lines like: | ||
# | ||
# - /Prototypes/Guidebook | ||
# - /Prototypes/Catalog/uplink_catalog.yml |