mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Compare commits
1 commit
f3649d2182
...
bd30363a1e
Author | SHA1 | Date | |
---|---|---|---|
|
bd30363a1e |
5 changed files with 3 additions and 5 deletions
Binary file not shown.
|
@ -36,7 +36,6 @@ namespace Rimworld_Animations {
|
||||||
|
|
||||||
|
|
||||||
if (x.actors.Count != localParticipants.Count) {
|
if (x.actors.Count != localParticipants.Count) {
|
||||||
if (AnimationSettings.debugMode)
|
|
||||||
Log.Message(x.defName.ToStringSafe() + " not selected -- doesn't match count");
|
Log.Message(x.defName.ToStringSafe() + " not selected -- doesn't match count");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -86,8 +85,7 @@ namespace Rimworld_Animations {
|
||||||
|
|
||||||
if (!x.actors[i].defNames.Contains(localParticipants[i].def.defName)) {
|
if (!x.actors[i].defNames.Contains(localParticipants[i].def.defName)) {
|
||||||
|
|
||||||
if (AnimationSettings.debugMode)
|
if (rjw.RJWSettings.DevMode) {
|
||||||
{
|
|
||||||
string animInfo = x.defName.ToStringSafe() + " not selected -- " + localParticipants[i].def.defName.ToStringSafe() + " " + localParticipants[i].Name.ToStringSafe() + " is not ";
|
string animInfo = x.defName.ToStringSafe() + " not selected -- " + localParticipants[i].def.defName.ToStringSafe() + " " + localParticipants[i].Name.ToStringSafe() + " is not ";
|
||||||
foreach(String defname in x.actors[i].defNames) {
|
foreach(String defname in x.actors[i].defNames) {
|
||||||
animInfo += defname + ", ";
|
animInfo += defname + ", ";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<Manifest>
|
<Manifest>
|
||||||
<identifier>Rimworld-Animations</identifier>
|
<identifier>Rimworld-Animations</identifier>
|
||||||
<version>1.3.2</version>
|
<version>1.3.1</version>
|
||||||
</Manifest>
|
</Manifest>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue