Reduce land mine weight

They were simply too heavy to lug around; now they weigh
the same beartraps.
This commit is contained in:
Pasi Kallinen
2023-10-04 21:43:25 +03:00
parent 76de4f6ee9
commit 90ec36bcd6

View File

@@ -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),