feat: Add color role item effect with role swapping and implement item consumption toggle.

This commit is contained in:
syntaxbullet
2025-12-23 21:12:36 +01:00
parent 67d6298793
commit a3099b80c5
5 changed files with 37 additions and 3 deletions

View File

@@ -209,6 +209,9 @@ export const inventoryService = {
// Actual role assignment happens in the Command layer
results.push(`Temporary Role granted for ${Math.floor(roleDuration / 60)}m`);
break;
case 'COLOR_ROLE':
results.push("Color Role Equipped");
break;
}
}