Restructured things so nojumpdamage characters can use the elemental, bubblewrap and attract shields.

This commit is contained in:
toasterbabe 2016-10-20 20:55:15 +01:00
parent c1a8dd9a37
commit 59fccab8e5
7 changed files with 29 additions and 11 deletions

View file

@ -54,6 +54,7 @@ const char *const hookNames[hook_MAX+1] = {
"PlayerMsg",
"HurtMsg",
"PlayerSpawn",
"ShieldSpawn",
NULL
};