Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitLetterOfWill.cs
Go to the documentation of this file.
1public class TraitLetterOfWill : Trait
2{
3 public override void WriteNote(UINote n, bool identified)
4 {
5 base.WriteNote(n, identified);
6 n.AddText("isPreventDeathPanalty", FontColor.Good);
7 n.AddText("isGraveSkin", FontColor.Good);
8 }
9}
FontColor
Definition: FontColor.cs:2
override void WriteNote(UINote n, bool identified)
Definition: Trait.cs:7
Definition: UINote.cs:6
UIItem AddText(string text, FontColor color=FontColor.DontChange)
Definition: UINote.cs:113