Add head type to customisation unlocks

This commit is contained in:
Archangel
2026-01-08 13:33:06 +01:00
parent 729d7c0b63
commit a2225f14fe
@@ -684,6 +684,9 @@ public class ProfileHelper(
case CustomisationTypeId.UPPER:
rewardToStore.Type = CustomisationType.UPPER;
break;
case CustomisationTypeId.HEAD:
rewardToStore.Type = CustomisationType.HEAD;
break;
default:
logger.Error($"Unhandled customisation unlock type: {template.Parent} not added to profile");
return;