Skip to content

Commit

Permalink
CHR diz: Helps MC mana pool.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBlueGH committed Nov 21, 2018
1 parent 5eccde3 commit c873d68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion TomeNET-Guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12164,9 +12164,11 @@ Charisma (CHR)
Note that shop prices also depend on racial preferences of the
shopkeepers vs their customers. It is said, that Half-Trolls have an
especially hard time.
While prices of items and houses are affected by charisma, fees for shop
While prices of items are affected by charisma, fees for shop
services are not.
-Also affects house prices.
-Allows you to resist getting seduced.
-Affects mindcrafters' mana pool somewhat.



Expand Down
6 changes: 3 additions & 3 deletions src/client/c-birth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,9 +1292,9 @@ static bool choose_stat_order(void) {
c_put_str(TERM_YELLOW, " Shops will offer you wares at better prices. ", DIZ_ROW + 1, 30);
c_put_str(TERM_YELLOW, " (Note that shop keepers are also influenced ", DIZ_ROW + 2, 30);
c_put_str(TERM_YELLOW, " by your character's race.) ", DIZ_ROW + 3, 30);
c_put_str(TERM_YELLOW, " Helps you to resist seducing attacks. ", DIZ_ROW + 4, 30);
c_put_str(TERM_YELLOW, " ", DIZ_ROW + 5, 30);
c_put_str(TERM_YELLOW, " ", DIZ_ROW + 6, 30);
c_put_str(TERM_YELLOW, " Also affects house prices. ", DIZ_ROW + 4, 30);
c_put_str(TERM_YELLOW, " Helps you to resist seducing attacks. ", DIZ_ROW + 5, 30);
c_put_str(TERM_YELLOW, " Affects mindcrafters' mana pool somewhat. ", DIZ_ROW + 6, 30);
c_put_str(TERM_YELLOW, " ", DIZ_ROW + 7, 30);
c_put_str(TERM_YELLOW, " ", DIZ_ROW + 8, 30);
break;
Expand Down

0 comments on commit c873d68

Please sign in to comment.