new affliction hook

This commit is contained in:
Evil Factory
2021-08-09 17:00:50 -03:00
parent 5caeee45ad
commit 7f0fac3553
2 changed files with 31 additions and 1 deletions
@@ -123,6 +123,7 @@ namespace Barotrauma
UserData.RegisterType<Limb>();
UserData.RegisterType<Ragdoll>();
UserData.RegisterType<ChatMessage>();
UserData.RegisterType<CharacterHealth.LimbHealth>();
lua = new Script(CoreModules.Preset_SoftSandbox | CoreModules.LoadMethods);