mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
disabled initiator check + ovipositor fix
This commit is contained in:
parent
a237e2ef1b
commit
16d825975b
3 changed files with 10 additions and 6 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue