Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StrangerOfSwordCityのSORT_KEYを修正 #402

Merged
merged 1 commit into from
Mar 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dicebot_sort_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
* 例:ソードワールド2.0 → そおとわあると2.0
* 略語として使われているアルファベットは、半角アルファベットで表記する
* 例:艦これRPG → かんこれRPG
* 例:剣の街の異邦人TRPG → けんのまちのいほうしんTRPG
* 例:剣の街の異邦人TRPG → つるきのまちのいほうしんTRPG
* 数は半角アラビア数字(`0`、`1`、…、`9`)で表記する。
* 版数はアラビア数字のみで代表し、表記する。
* 例:シャドウラン第4版 → `しやとうらん4`
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdice/game_system/StrangerOfSwordCity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class StrangerOfSwordCity < Base
NAME = '剣の街の異邦人TRPG'

# ゲームシステム名の読みがな
SORT_KEY = 'けんのまちのいほうしんTRPG'
SORT_KEY = 'つるきのまちのいほうしんTRPG'

# ダイスボットの使い方
HELP_MESSAGE = <<~INFO_MESSAGE_TEXT
Expand Down