From d69f50b4071f67f92fc74c00db442e67293cde15 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 31 Oct 2015 13:08:25 +1000 Subject: [PATCH] Increase the number of deathtypes to 100 --- qcsrc/common/deathtypes/all.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/deathtypes/all.qh b/qcsrc/common/deathtypes/all.qh index 2bf1169bf..4558255fc 100644 --- a/qcsrc/common/deathtypes/all.qh +++ b/qcsrc/common/deathtypes/all.qh @@ -3,7 +3,7 @@ #include "../notifications.qh" -REGISTRY(Deathtypes, BIT(6)) +REGISTRY(Deathtypes, 100) REGISTER_REGISTRY(RegisterDeathtypes) .entity death_msgself; -- 2.39.2