From 7309e0e3ed00b371bb6cf0b7b8282a07c8cd9d23 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Thu, 27 Jul 2023 09:35:17 +0200 Subject: [PATCH] Revert Bat from Hell back to wooden material. I had changed it to iron, but didn't realize it weighs 2.5x more than it's wooden weight. --- hackem_changelog.txt | 1 + include/artilist.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hackem_changelog.txt b/hackem_changelog.txt index a7fec94c8..60bf8c523 100644 --- a/hackem_changelog.txt +++ b/hackem_changelog.txt @@ -16,6 +16,7 @@ Version 1.2.0 (unreleased) +Revert Bat from Hell back to wooden material. Import technique descriptions from SpliceHack. The End is made of bone (to match SpliceHack). Fix: Redcaps were not generating with their scythes. diff --git a/include/artilist.h b/include/artilist.h index f30b0cda4..55c055df7 100644 --- a/include/artilist.h +++ b/include/artilist.h @@ -271,7 +271,7 @@ STATIC_OVL NEARDATA struct artifact artilist[] = { A("Bat from Hell", BASEBALL_BAT, (SPFX_RESTR), 0, 0, PHYS(3, 20), NO_DFNS, NO_CARY, 0, A_CHAOTIC, PM_ROGUE, NON_PM, - 5000L, CLR_RED, IRON), + 5000L, CLR_RED, DEFAULT_MAT), /* Yeenoghu's infamous triple-headed flail. A massive weapon reputed to have been created * from the thighbone and torn flesh of an ancient god he slew. An extremely lethal artifact */