cleanup and changed empowered action cost
This commit is contained in:
@@ -22,10 +22,6 @@ public class RaiseEventTagExecution(TagContainer eventTags) : CustomExecution
|
||||
{
|
||||
var owner = effect.Ownership.Owner;
|
||||
if (owner == null) return [];
|
||||
foreach (var tag in eventTags.Tags)
|
||||
{
|
||||
GD.Print(tag);
|
||||
}
|
||||
|
||||
owner.Events.Raise(new EventData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user