Adds option to swap base color in hair dye menu

This commit is contained in:
infinitefusion
2025-01-31 16:09:57 -05:00
parent 8f1f4a0f9b
commit e0201bf021
9 changed files with 27 additions and 10 deletions

View File

@@ -156,6 +156,8 @@ def findLastHairVersion(hairId)
last_version = 0
possible_versions.each { |version|
hair_id = getFullHairId(hairId, version)
echoln hair_id
echoln pbResolveBitmap(getOverworldHairFilename(hair_id))
if pbResolveBitmap(getOverworldHairFilename(hair_id))
last_version = version
else