Skip to content

Testing that json styling works now#86993

Closed
akrieger wants to merge 2 commits into
CleverRaven:masterfrom
akrieger:testin
Closed

Testing that json styling works now#86993
akrieger wants to merge 2 commits into
CleverRaven:masterfrom
akrieger:testin

Conversation

@akrieger
Copy link
Copy Markdown
Member

Summary

None

Purpose of change

This should astyle correctly.

Describe the solution

Describe alternatives you've considered

Testing

Additional context

akrieger and others added 2 commits May 12, 2026 13:21
Co-authored-by: Standing-Storm <120433252+Standing-Storm@users.noreply.github.com>
@github-actions github-actions Bot requested a review from KorGgenT May 12, 2026 21:10
@github-actions github-actions Bot added [C++] Changes (can be) made in C++. Previously named `Code` Code: Tooling Tooling that is not part of the main game but is part of the repo. Mechanics: Enchantments / Spells Enchantments and spells labels May 12, 2026
@akrieger
Copy link
Copy Markdown
Member Author

oops wrong repo

@akrieger akrieger closed this May 12, 2026
@github-actions github-actions Bot added the json-styled JSON lint passed, label assigned by github actions label May 12, 2026
if( success ) {
add_msg_if_player_sees( potential_target, m_good, _( "You charm the %s!" ), mon->name() );
} else {
add_msg_if_player_sees( potential_target, m_bad, _( "The %s resists your charm attempt." ), mon->name() );
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

JSON & C++ formatters

Suggested change
add_msg_if_player_sees( potential_target, m_bad, _( "The %s resists your charm attempt." ), mon->name() );
add_msg_if_player_sees( potential_target, m_bad, _( "The %s resists your charm attempt." ),
mon->name() );

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

Labels

[C++] Changes (can be) made in C++. Previously named `Code` Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions Mechanics: Enchantments / Spells Enchantments and spells

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants