Esempio n. 1
0
 private bool ConversationCEEventBrothelOnCondition(out TextObject text)
 {
     text = TextObject.Empty;
     if (Settlement.CurrentSettlement != null && CEBrothelBehavior.DoesOwnBrothelInSettlement(Settlement.CurrentSettlement))
     {
         return(true);
     }
     text = new TextObject("{=}You do not own the brothel in this settlement.");
     return(false);
 }