Example #1
0
 public static void CheckForWitnessedCheating(Sim actor, Sim target, bool wasAccepted)
 {
     CommonSocials.SendCheatingEvents(actor, target, WasWitnessed(actor, target, Woohooer.Settings.mWoohooJealousyLevel, true), Woohooer.Settings.mWoohooJealousyLevel, wasAccepted);
 }