-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shadekin and Crewkin changes (#6393)
--Do not testmerge yet! PR was made so Kev can work on it as well.-- ## About The Pull Request After a discussion with the lore team, changes were proposed to Shadekin, both for their lore and their mechanics. This PR will do the necessary changes. ## Why It's Good For The Game These changes are tied to the lore of the species, as well as to the wishes and limitations that the lore team asked for them. ## Changelog :cl: add: Pocket Dimension ability for Shadekin and Crewkin, a small storage. change: Adjust all lore texts in code to fit the new Shadekin lore. /:cl: --------- Co-authored-by: silicons <[email protected]>
- Loading branch information
Showing
9 changed files
with
65 additions
and
17 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
10 changes: 10 additions & 0 deletions
10
code/__DEFINES/dcs/signals/signals_atom/signals_atom-reachability.dm
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,10 @@ | ||
//* This file is explicitly licensed under the MIT license. *// | ||
//* Copyright (c) 2024 Citadel Station developers. *// | ||
|
||
/** | ||
* These are all **very** low level signals. | ||
* Handle with care. | ||
*/ | ||
|
||
/// from base of /atom/movable/proc/DirectAccess(): (list/accessible) | ||
#define COMSIG_ATOM_REACHABILITY_DIRECTACCESS "atom-directaccess" |
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