Fix imaginary icon of type label

This commit is contained in:
Sakura Knoll
2022-01-02 11:31:25 +09:00 Unverified
parent eef8249621
commit f27af2cb13
+1 -1
View File
@@ -30,7 +30,7 @@ function isValidType(type: string): boolean {
case 'biologic': case 'biologic':
case 'psychic': case 'psychic':
case 'quantum': case 'quantum':
case 'imginary': case 'imaginary':
return true return true
} }
return false return false