Elin Decompiled Documentation EA 23.102 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
TraitAltarChaos.cs
Go to the documentation of this file.
1public class TraitAltarChaos : Trait
2{
3 public override void TrySetAct(ActPlan p)
4 {
5 p.TrySetAct("actOffer", delegate
6 {
8 return false;
9 }, owner);
10 }
11}
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
Definition: ActPlan.cs:344
static LayerDragGrid CreateChaosOffering(TraitAltarChaos altar)
override void TrySetAct(ActPlan p)
Definition: Trait.cs:7
Card owner
Definition: Trait.cs:26