New animation: Cowgirl

Better checks for initiators/aggressors
This commit is contained in:
Platinum 2020-04-20 12:01:31 -07:00
parent 5c775b6714
commit 2eaff0b8da
8 changed files with 620 additions and 8 deletions

View file

@ -10,7 +10,7 @@ namespace Rimworld_Animations {
public List<string> defNames;
public List<string> requiredGenitals;
public List<AlienRaceOffset> raceOffsets;
public bool activeRole = false;
public bool initiator = false;
public string gender;
public bool isFucking = false;
public bool isFucked = false;