From c9157d91d74d9ec68a7b73f196a51dab17a1176c Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Mon, 25 Sep 2023 20:15:39 +0200 Subject: [PATCH] Rapiers now only weigh 15 aum. --- src/objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects.c b/src/objects.c index f1d047646..807f9598f 100644 --- a/src/objects.c +++ b/src/objects.c @@ -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 */