Adding ShieldSpecial hook. (Activates under different circumstances to the JumpSpinSpecial hook, and can be used to cancel existing shield actions.)

This commit is contained in:
toasterbabe 2016-10-24 13:52:36 +01:00
parent 162c04c370
commit 0ee2937392
3 changed files with 8 additions and 1 deletions

View file

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