We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3e9db commit 7b34fa2Copy full SHA for 7b34fa2
cgss/main.php
@@ -118,6 +118,9 @@ function do_commit($TruthVersion, $db = NULL) {
118
case 32: { return 'Skill Boost Cute'; }
119
case 33: { return 'Skill Boost Cool'; }
120
case 34: { return 'Skill Boost Passion'; }
121
+ case 35: { return 'Motif Vocal'; }
122
+ case 36: { return 'Motif Dance'; }
123
+ case 37: { return 'Motif Visual'; }
124
default: { return 'Skill '.$a; }
125
}
126
})($a['skill_type']).
0 commit comments