Ejemplo n.º 1
0
 internal void SendWeakContactAttempt()
 {               //Will look for keys "PH_WCA_LetterText<0-3>" incrementing per weak contact attempt
     FindExt.DynamicCommManagerFor(this.rootMap).AddCommunicationWithLetter(new WeakContactAttempt(this), "PH_WCA_LetterTitle".Translate(),
                                                                            "PH_WCA_LetterText".Translate(), LetterDefOf.NeutralEvent, true, WeakContactAttemptDuration);
 }
Ejemplo n.º 2
0
 internal void SendExtortionThreat()
 {
     CalculateExtortionAmount();
     //	Find.LetterStack.ReceiveLetter ("ProblemHackerExtortionLetterLabel".Translate (), text, LetterDefOf.ThreatSmall);
     FindExt.DynamicCommManagerFor(this.rootMap).AddCommunicationWithStandardNotification(new ExtortionCommunication(this), MaxPreparingTicks, true);
 }