new hook call method + function to delegate conversion
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Barotrauma
|
||||
GameServer.Log(GameServer.CharacterLogName(this) + " has died (Cause of death: " + causeOfDeath + ")", ServerLog.MessageType.Attack);
|
||||
}
|
||||
}
|
||||
GameMain.LuaCs.HookBase.Call("characterDeath", this,causeOfDeathAffliction);
|
||||
GameMain.LuaCs.Hook.Call("characterDeath", this,causeOfDeathAffliction);
|
||||
|
||||
if (HasAbilityFlag(AbilityFlags.RetainExperienceForNewCharacter))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user