Fetch enlightenment directly from path#737
Open
FalloutFalcon wants to merge 4 commits intoDarkPack13:masterfrom
Open
Fetch enlightenment directly from path#737FalloutFalcon wants to merge 4 commits intoDarkPack13:masterfrom
FalloutFalcon wants to merge 4 commits intoDarkPack13:masterfrom
Conversation
chazzyjazzy
requested changes
Feb 27, 2026
| abstract_type = /datum/st_stat/morality_path | ||
| category = "Morality Path" | ||
| starting_score = 2 | ||
| starting_score = 7 |
Contributor
There was a problem hiding this comment.
this breaks stuff because a players starting morality score i've been told is the sum of the morality path's relevant virtues in the TT, and every player starts with 2 ( 1 each) in conscience and self control so morality path starts with 2
| max_score = 10 | ||
| points = 0 | ||
| //freebie_point_cost = FREEBIE_COST_HUMANITY | ||
| freebie_point_cost = FREEBIE_COST_HUMANITY |
Contributor
There was a problem hiding this comment.
I know that in the TT u can spend exp to increase ur humanity, but we don't have exp, my idea was u adjust the path's relevant virtues and thus change ur morality score
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.
About The Pull Request
Creates a helper proc to fetch enlightenment from the stat and removes the enlightenment var on splat.
Why It's Good For The Game
More consistent to just directly check a datum rather then the datum having to set a var on a mob. which could be desyned if something else (like the new for kindred splat) sets it.
Changelog
🆑
code: Fetches enlightenment directly from Path.
/:cl: