Skip to content

Commit

Permalink
Cartomancers start out knowing about both decks of cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Nov 18, 2023
1 parent d362dca commit 8aaece1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/u_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,8 @@ u_init()
case PM_CARTOMANCER:
ini_inv(Cartomancer);
skill_init(Skill_Car);
knows_object(SCR_ZAPPING);
knows_object(PLAYING_CARD_DECK);
knows_object(DECK_OF_FATE);
break;
case PM_FLAME_MAGE:
switch (rnd(2)) {
Expand Down

0 comments on commit 8aaece1

Please sign in to comment.