Skip to content

Commit 77f7f8f

Browse files
committed
AngelGearのSORT_KEYを修正
1 parent 20ee970 commit 77f7f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bcdice/game_system/AngelGear.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AngelGear < Base
1414
NAME = 'エンゼルギア 天使大戦TRPG The 2nd Editon'
1515

1616
# ゲームシステム名の読みがな
17-
SORT_KEY = 'エンセルキア2'
17+
SORT_KEY = 'えんせるきあ2'
1818

1919
# ダイスボットの使い方
2020
HELP_MESSAGE = <<~MESSAGETEXT

0 commit comments

Comments
 (0)