Troll changes

This commit is contained in:
Jackzie 2022-06-05 15:51:15 -05:00
parent 2013d0c7bc
commit 71889d6788
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
7 changed files with 149 additions and 45 deletions

View file

@ -102,6 +102,7 @@ public void OnPluginStart() {
HookEvent("door_close", Event_DoorToggle);
HookEvent("adrenaline_used", Event_SecondaryHealthUsed);
HookEvent("pills_used", Event_SecondaryHealthUsed);
HookEvent("entered_spit", Event_EnteredSpit);
AddNormalSoundHook(view_as<NormalSHook>(SoundHook));