Skip to content

Commit

Permalink
DoubleCross_Korean.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
patchang86 authored Jan 31, 2025
1 parent 93b2422 commit 2a1a3c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/bcdice/game_system/DoubleCross_Korean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ def initialize(num, critical_value, modifier, target_value)

# 感情表(ポジティブ)
POSITIVE_EMOTION_TABLE = positive_emotion_table(:ko_kr).freeze
HAPPENING_CHART = happening_chart(:ko_kr).freeze
PROLOGUE_CHART_POSITIVE = prologue_chart_positive(:ko_kr).freeze
PROLOGUE_CHART_NEGATIVE = prologue_chart_negative(:ko_kr).freeze
# 感情表(ネガティブ)
NEGATIVE_EMOTION_TABLE = negative_emotion_table(:ko_kr).freeze
TABLES = translate_tables(:ko_kr).freeze
register_prefix('\d+DX', TABLES.keys)
end
end
end

0 comments on commit 2a1a3c2

Please sign in to comment.