mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Fixes for orgy job, made psychic arouse incidentworker fireable
This commit is contained in:
parent
ea886df513
commit
84be102c0f
11 changed files with 26 additions and 59 deletions
|
@ -16,27 +16,8 @@ namespace RJW_Events
|
|||
protected override bool Satisfied(Pawn pawn)
|
||||
{
|
||||
|
||||
//if pawn is rendering apparel they shouldn't be,
|
||||
if (pawn.Drawer.renderer.graphics.apparelGraphics.Any((x) => {
|
||||
|
||||
if (
|
||||
x.sourceApparel.def is bondage_gear_def
|
||||
|| x.sourceApparel.def.defName.ToLower().ContainsAny(new string[]
|
||||
{
|
||||
"vibrator",
|
||||
"piercing",
|
||||
"strapon"
|
||||
})
|
||||
|| x.sourceApparel.def.apparel.bodyPartGroups.Contains(BodyPartGroupDefOf.UpperHead)
|
||||
)
|
||||
return false;
|
||||
|
||||
Log.Message("[c0ffee] " + x.sourceApparel.def.defName + " does not count as nude for Pawn " + pawn.Name.ToStringSafe());
|
||||
return true;
|
||||
|
||||
}))
|
||||
if (!pawn.TryGetComp<CompRJW>().drawNude)
|
||||
{
|
||||
//they aren't nude
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue