From 25927b1616f1c4d414eb38699078eab798068d7c Mon Sep 17 00:00:00 2001 From: KernCore Date: Thu, 1 Oct 2020 15:10:07 -0300 Subject: [PATCH] Change MonsterInit() line --- .../maps/monster_barney_custom/monster_barney_custom.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/scripts/maps/monster_barney_custom/monster_barney_custom.as b/samples/scripts/maps/monster_barney_custom/monster_barney_custom.as index 244f44a..ddb91b8 100644 --- a/samples/scripts/maps/monster_barney_custom/monster_barney_custom.as +++ b/samples/scripts/maps/monster_barney_custom/monster_barney_custom.as @@ -270,11 +270,11 @@ class CMonsterBarneyCustom : ScriptBaseMonsterEntity else self.m_FormattedName = "Barnabus"; } - - self.MonsterInit(); if( self.IsPlayerAlly() ) SetUse( UseFunction( this.FollowerUse ) ); + + self.MonsterInit(); } void SetupFriendly()