From 713e8ff7c1b4f08f8b785ae2b6f70e229c058289 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 21 Oct 2023 18:51:58 -0700 Subject: [PATCH] fix android skin color change for v2 limits --- src/PlayerSubordinates.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PlayerSubordinates.cc b/src/PlayerSubordinates.cc index 2a851e49..f631ebfd 100644 --- a/src/PlayerSubordinates.cc +++ b/src/PlayerSubordinates.cc @@ -30,8 +30,9 @@ void PlayerDispDataDCPCV3::enforce_lobby_join_limits(GameVersion target_version) this->visual.char_class = 1; // RAmarl -> HUnewearl } - // V1/V2 has fewer costumes, so substitute them here too + // V1/V2 has fewer costumes and android skins, so substitute them here too this->visual.costume %= 9; + this->visual.skin %= 9; // If the player is somehow still not a valid class, make them appear as the // "ninja" NPC