Skip to content

Commit 7b34fa2

Browse files
committed
cgss: add skill type
1 parent 3c3e9db commit 7b34fa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cgss/main.php

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ function do_commit($TruthVersion, $db = NULL) {
118118
case 32: { return 'Skill Boost Cute'; }
119119
case 33: { return 'Skill Boost Cool'; }
120120
case 34: { return 'Skill Boost Passion'; }
121+
case 35: { return 'Motif Vocal'; }
122+
case 36: { return 'Motif Dance'; }
123+
case 37: { return 'Motif Visual'; }
121124
default: { return 'Skill '.$a; }
122125
}
123126
})($a['skill_type']).

0 commit comments

Comments
 (0)