Card爆改!
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Continentis.Mods.Basic.Cards.Cleric
|
||||
{
|
||||
public class ShieldOfDevotion : CardLogicBase
|
||||
{
|
||||
protected override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
public override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
CommandGroup mainGroup = TargetListCommandGroup(targetList,
|
||||
new Cmd_ParamFunction<CharacterBase>(0.01f, target =>
|
||||
|
||||
Reference in New Issue
Block a user