mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Compare commits
2 commits
33b4d5a799
...
e174e2cfac
Author | SHA1 | Date | |
---|---|---|---|
|
e174e2cfac | ||
|
96db2e5852 |
1 changed files with 2 additions and 2 deletions
|
@ -163,8 +163,8 @@ namespace Privacy_Please
|
||||||
*/
|
*/
|
||||||
var target = jobDriver.Partner;
|
var target = jobDriver.Partner;
|
||||||
|
|
||||||
if (actor.IsAnimal() && target.RaceProps.Humanlike) return (true, target, actor);
|
if (actor.IsAnimal() && target.IsColonist) return (true, target, actor);
|
||||||
else if (actor.RaceProps.Humanlike && target.IsAnimal()) return (true, actor, target);
|
else if (actor.IsColonist && target.IsAnimal()) return (true, actor, target);
|
||||||
return nope;
|
return nope;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue