From 90ec36bcd64b92d0f5e927c6bbcf618457a61a67 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 4 Oct 2023 21:43:25 +0300 Subject: [PATCH] Reduce land mine weight They were simply too heavy to lug around; now they weigh the same beartraps. --- include/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/objects.h b/include/objects.h index 4edf9b9ad..72dfa4b07 100644 --- a/include/objects.h +++ b/include/objects.h @@ -940,7 +940,7 @@ TOOL("figurine", NoDes, 1, 0, 1, 0, 25, 50, 80, MINERAL, HI_MINERAL, TOOL("magic marker", NoDes, 1, 0, 1, 1, 15, 2, 50, PLASTIC, CLR_RED, MAGIC_MARKER), /* traps */ -TOOL("land mine", NoDes, 1, 0, 0, 0, 0, 300,180, IRON, CLR_RED, +TOOL("land mine", NoDes, 1, 0, 0, 0, 0, 200,180, IRON, CLR_RED, LAND_MINE), TOOL("beartrap", NoDes, 1, 0, 0, 0, 0, 200, 60, IRON, HI_METAL, BEARTRAP),