RNG -> Rng, Sta -> GlobalState

This commit is contained in:
2026-06-14 01:06:17 +02:00
parent cd8ba47564
commit 824bc4d3fa
419 changed files with 3157 additions and 3155 deletions

View File

@@ -1861,7 +1861,7 @@ namespace SlaveMatrix
ThisType = GetType();
MorphVariant morphVariant = new MorphVariant();
morphVariant.Tag = "エイリアン";
morphVariant.Add(new PartGroup(Sta.["頭部前"][0][0]));
morphVariant.Add(new PartGroup(GlobalState.["頭部前"][0][0]));
Body = new VariantGrid();
Body.Tag = morphVariant.Tag;
Body.Add(morphVariant);