disabled initiator check + ovipositor fix

This commit is contained in:
c0ffeeeeeeee 2020-10-15 16:43:33 -07:00
parent a237e2ef1b
commit 16d825975b
3 changed files with 10 additions and 6 deletions

View file

@ -50,7 +50,7 @@ namespace Rimworld_Animations {
}
listingStandard.Label("Offset for race " + curPawn.def.defName + " in actor position " + curPawn.TryGetComp<CompBodyAnimator>().ActorIndex + (curPawn.TryGetComp<CompBodyAnimator>().Mirror ? " mirrored" : ""));
listingStandard.Label("Offset for race " + curPawn.def.defName + " in actor position " + curPawn.TryGetComp<CompBodyAnimator>().ActorIndex + " for animation " + def.label + (curPawn.TryGetComp<CompBodyAnimator>().Mirror ? " mirrored" : ""));
if(curPawn.def.defName == "Human") {
listingStandard.Label("Warning--You generally don't want to change human offsets, only alien offsets");
@ -83,7 +83,6 @@ namespace Rimworld_Animations {
}
}
else {
listingStandard.Label("Select a pawn currently in an animation to change their offsets");