Skip to content

Commit

Permalink
Rapiers now only weigh 15 aum.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 25, 2023
1 parent 136bca8 commit c9157d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ WEAPON("orcish scimitar", "crude curved sword",
WEAPON("saber", None,
1, 0, 0, 0, 6, 40, 75, 8, 8, 0, S, P_SABER, SILVER, HI_METAL),
WEAPON("rapier", None, /* Slash'EM */
1, 0, 0, 0, 10, 30, 40, 6, 8, 0, P, P_SABER, METAL, CLR_BLACK),
1, 0, 0, 0, 10, 15, 40, 6, 8, 0, P, P_SABER, METAL, CLR_BLACK),
WEAPON("broadsword", None,
1, 0, 0, 0, 8, 70, 10, 4, 6, 0, S, P_BROAD_SWORD, IRON, HI_METAL),
/* +d4 small, +1 large */
Expand Down

0 comments on commit c9157d9

Please sign in to comment.