Skip to content

Fetch enlightenment directly from path#737

Open
FalloutFalcon wants to merge 4 commits intoDarkPack13:masterfrom
FalloutFalcon:weird-morality-mistake
Open

Fetch enlightenment directly from path#737
FalloutFalcon wants to merge 4 commits intoDarkPack13:masterfrom
FalloutFalcon:weird-morality-mistake

Conversation

@FalloutFalcon
Copy link
Member

@FalloutFalcon FalloutFalcon commented Feb 27, 2026

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:

@FalloutFalcon FalloutFalcon requested a review from a team as a code owner February 27, 2026 01:24
abstract_type = /datum/st_stat/morality_path
category = "Morality Path"
starting_score = 2
starting_score = 7
Copy link
Contributor

@chazzyjazzy chazzyjazzy Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants