mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
mc for onslort 1.4
This commit is contained in:
parent
711a61a31a
commit
396cbb8c56
23 changed files with 237 additions and 43 deletions
|
@ -12,7 +12,7 @@ namespace CRIALactation
|
|||
public abstract class SpecialThingFilterWorker_MilkBase : SpecialThingFilterWorker
|
||||
{
|
||||
|
||||
protected bool IsHumanMilk(ThingDef t) => t == ThingDefOf_Milk.HumanMilk || t == ThingDefOf_Milk.HumanoidMilk;
|
||||
protected bool IsHumanMilk(ThingDef t) => t == ThingDefOf_Milk.HumanMilk || t == ThingDefOf_Milk.HumanoidMilk || t == ThingDefOf_Milk.HumanoidMilkBulk || t == ThingDefOf_Milk.HumanMilkBulk;
|
||||
|
||||
protected bool IsHumanMilk(Thing t) => IsHumanMilk(t.def);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue