Skip to content

Commit

Permalink
Giant wizards will start with a giant robe instead of a cloak of magi…
Browse files Browse the repository at this point in the history
…c resistance (they still get the amulet of MR).
  • Loading branch information
elunna committed Sep 27, 2023
1 parent c738852 commit c75bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/u_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ struct inv_sub {
{ PM_GIANT, ROBE_OF_POWER, GIANT_ROBE },
{ PM_GIANT, RING_MAIL, HELMET },
{ PM_GIANT, LIGHT_ARMOR, HELMET },
{ PM_GIANT, CLOAK_OF_MAGIC_RESISTANCE, LOW_BOOTS },
{ PM_GIANT, CLOAK_OF_MAGIC_RESISTANCE, GIANT_ROBE },
{ PM_GIANT, RIN_STEALTH, RIN_SEARCHING },
{ PM_GIANT, SPLINT_MAIL, LARGE_SPLINT_MAIL },
{ PM_GIANT, CHAIN_MAIL, LOW_BOOTS },
Expand Down

0 comments on commit c75bda9

Please sign in to comment.