From a388327acb6885bad8d3488518ac082a0311a53d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 13 Jan 2017 11:19:40 +0100 Subject: [PATCH] - give earthquakes their own damage type. --- src/namedef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/namedef.h b/src/namedef.h index 13ebf78cab..48f1a19434 100644 --- a/src/namedef.h +++ b/src/namedef.h @@ -277,6 +277,7 @@ xx(Massacre) // For death by a cheater! xx(InstantDeath) // Strife "instant death" xx(PoisonCloud) // makes monsters howl. xx(Hitscan) // for normal guns and the like +xx(Quake) // Special death name for getting killed excessively. Could be used as // a damage type if you wanted to force an extreme death.