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: case CustomisationTypeId.UPPER:
rewardToStore.Type = CustomisationType.UPPER; rewardToStore.Type = CustomisationType.UPPER;
break; break;
case CustomisationTypeId.HEAD:
rewardToStore.Type = CustomisationType.HEAD;
break;
default: default:
logger.Error($"Unhandled customisation unlock type: {template.Parent} not added to profile"); logger.Error($"Unhandled customisation unlock type: {template.Parent} not added to profile");
return; return;