Skip to content

Commit 4c541f6

Browse files
author
tohhy
committed
minor code fix
1 parent 6dacf0e commit 4c541f6

File tree

4 files changed

+442
-441
lines changed

4 files changed

+442
-441
lines changed

src/ggjsap2013/models/skill/Skill.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static enum TYPES {
5151
SLOW("スピード低下"),
5252
BREAK("敵キャラクター破壊"),
5353
POINT_DOUBLE("ポイント2倍"),
54-
FRIEND_POINT("メンバー数×1000ポイント獲得");
54+
FRIEND_POINT("長さ×1000Pt獲得");
5555

5656
private String description;
5757

0 commit comments

Comments
 (0)