Skip to content

Commit

Permalink
Fix ATPP_batteryExplosionStartingGT of CAS not saved leading to blind…
Browse files Browse the repository at this point in the history
… explosion status at save reload
  • Loading branch information
aRandomKiwi committed Aug 1, 2021
1 parent b4b6399 commit 3d853b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified 1.3/Assemblies/AndroidTiers.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Source/Androids For RW1.3/Components/CompAndroidState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public override void PostExposeData()
Scribe_References.Look(ref droppedWeapon, "ATPP_droppedWeapon");

Scribe_Values.Look<int>(ref batteryExplosionEndingGT, "ATPP_batteryExplosionEndingGT", -1);
Scribe_Values.Look<int>(ref batteryExplosionStartingGT, "ATPP_batteryExplosionStartingGT", -1);


Scribe_Values.Look<int>(ref customColor, "ATPP_customColor", (int)AndroidPaintColor.Default);
Expand Down
Binary file modified Source/Androids For RW1.3/obj/Debug/AndroidTiers.dll
Binary file not shown.

0 comments on commit 3d853b0

Please sign in to comment.