diff --git a/lf.c b/lf.c index 239c9c2..aa607a8 100644 --- a/lf.c +++ b/lf.c @@ -17974,7 +17974,6 @@ int losehp_real(lifeform_t *lf, int amt, enum DAMTYPE damtype, lifeform_t *froml setkillverb(lf, "Eaten"); } else { switch (damtype) { - case DT_ACID: setkillverb(lf, "Dissolved"); break; case DT_COLD: setkillverb(lf, "Frozen"); break; case DT_CRUSH: setkillverb(lf, "Crushed"); break; case DT_ELECTRIC: setkillverb(lf, "Electrocuted"); break;