AmbushStance

This commit is contained in:
FrazeRIP
2025-11-10 23:56:25 -06:00
parent b8f3e47edf
commit 01f4f3c76d
12 changed files with 181 additions and 35 deletions

View File

@@ -14,7 +14,7 @@ namespace Continentis.Mods.Basic.Cards
new Cmd_PlayAnimation(user.characterView, "Skill"),
new Cmd_Function(() =>
{
CreateCharacterBuff<Buffs.KnifeTrick>(GetAttribute("BuffStack_KnifeTrick")).Apply(user, user, this);
CreateCharacterBuff<Buffs.KnifeTrick>(GetAttribute("BuffStack")).Apply(user, user, this);
}));
return new List<CommandBase> { mainGroup };