Skip to content

Commit

Permalink
ゲームシステム名と読みがなを修正
Browse files Browse the repository at this point in the history
作者様からの要望
  • Loading branch information
NOBUTOKA committed Jan 31, 2025
1 parent 3da19fc commit c4d9d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bcdice/game_system/ArknightsFan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class ArknightsFan < Base
ID = "ArknightsFan"

# ゲームシステム名
NAME = "アークナイツTRPG by Dapto"
NAME = "アークナイツTRPG by daaaper"

# ゲームシステム名の読みがな
SORT_KEY = "ああくないつTRPGはいたふと"
SORT_KEY = "ああくないつTRPGはいてえはあ"

HELP_MESSAGE = <<~TEXT
■ 能力値判定 (nADm<=x)
Expand Down

0 comments on commit c4d9d7b

Please sign in to comment.