Esempio n. 1
0
 internal void <> m__0(Thing t, int unused)
 {
     if (this.forbid)
     {
         t.SetForbiddenIfOutsideHomeArea();
     }
     if (this.unforbid)
     {
         t.SetForbidden(false, false);
     }
     if (t.def.IsPleasureDrug)
     {
         LessonAutoActivator.TeachOpportunity(ConceptDefOf.DrugBurning, OpportunityType.Important);
     }
 }