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