Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes incorrect grabbing message. #6791

Merged
merged 1 commit into from Mar 19, 2014

Conversation

Projects
None yet
2 participants
@Soyweiser
Copy link
Contributor

commented Mar 19, 2014

@@ -7559,7 +7559,7 @@ bool player::eat(item *eaten, it_comest *comest)
!has_trait("EATDEAD")) {
add_disease("foodpoison", eaten->poison * 300);
}

This comment has been minimized.

Copy link
@KA101

KA101 Mar 19, 2014

Contributor

Gotta love it when N++ adds tabs without notifying one. Thanks.

This comment has been minimized.

Copy link
@Soyweiser

Soyweiser Mar 19, 2014

Author Contributor

No idea what happend. Seems code blocks removed tabs/spaces. Is that right?

This comment has been minimized.

Copy link
@KA101

KA101 Mar 19, 2014

Contributor

Whatever happened, it's good to be rid of excess spaces.

Getting some graphical-displacement issues and the capitalization of messages is off, but those aren't in-scope.

@KA101 KA101 self-assigned this Mar 19, 2014

@@ -4287,7 +4287,7 @@ dealt_damage_instance player::deal_damage(Creature* source, body_part bp,
}

if ( source->has_flag(MF_GRABS)) {
g->add_msg(_("%s grabs you!"), source->disp_name().c_str());
g->add_msg_player_or_npc(this, _("%s grabs you!"), _("%s grabs <npcname>!"), source->disp_name().c_str());

This comment has been minimized.

Copy link
@KA101

KA101 Mar 19, 2014

Contributor

Basically it's using a lowercase "the" for the critter even when it begins the sentence. Not a dealbreaker, can be looked into later.

@KA101 KA101 merged commit c088f56 into CleverRaven:master Mar 19, 2014

1 check passed

default This has been rescheduled for testing as the 'master' branch has been updated.

@Soyweiser Soyweiser deleted the Soyweiser:grabass branch Mar 21, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.