Crit Story Content update and Story Rapid Status! - #674
Open
CRITAWAKETS wants to merge 21 commits into
Open
Conversation
CRITAWAKETS
force-pushed
the
mine-stuff
branch
2 times, most recently
from
July 20, 2025 22:53
ac78a75 to
8cc5dd0
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
September 28, 2025 23:49
8cc5dd0 to
f7ff984
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
October 26, 2025 20:19
b58f451 to
40292d1
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
October 26, 2025 22:57
40292d1 to
1273b3b
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
November 3, 2025 00:10
174a400 to
b24390e
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
November 16, 2025 22:16
b24390e to
943af50
Compare
CRITAWAKETS
force-pushed
the
mine-stuff
branch
from
December 14, 2025 22:20
2bcd0df to
2637606
Compare
## About The Pull Request Adds self-message to the clown pockets spell that lets you pull out clown items from nowhere. Also, calls `post_created()` in `/datum/action/cooldown/spell/conjure_item`, which it wasn't before. ## Why It's Good For The Game I don't like seeing my own name in the chatbox from my own actions. `post_created()` currently is useless. It's still useless, cause it's only for this spell, but its a lesser degree of uselessness. ## Changelog :cl: spellcheck: Adds self-message to clown pockets spell /:cl:
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So, this PR is actually three PRs in one. They're all my own shenanigans, but one is interesting outside of those.
First is the removal of the post-er. It's outdated.
Second is the Greenleaf Pendant is now a proper ingame item. Not much functionality to it.
The third thing... Is the Story Rapid Status option in VV. It's a version of the "Make Me Tanky" VV status from #660 but you can only pick one thing instead of being a list, and it's used for story status stuff, which can be a lot more personalized. An example has been given with the "Herald of Cosmos" option, which makes someone into an over-ascended heretic, and which has importance to the story (albeit not super likely to show up, mostly just a thing to have fun with in pre-round).
I might add more rapid statuses in this PR if I get any ideas for them.