Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed May 5, 2018
1 parent e4b5f93 commit a95e114
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dice/RDConstant.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static std::map<std::string, std::string> SkillNameReplace = {
std::make_pair("图书馆","图书馆使用"),
std::make_pair("机修","机械维修"),
std::make_pair("电器维修","电气维修"),
std::make_pair("CM","克苏鲁神话"),
std::make_pair("cm","克苏鲁神话"),
std::make_pair("克苏鲁","克苏鲁神话"),
std::make_pair("唱歌","歌唱"),
std::make_pair("做画","作画"),
Expand All @@ -121,8 +121,7 @@ static std::map<std::string, std::string> SkillNameReplace = {
std::make_pair("飞行器","飞行器驾驶"),
std::make_pair("驾驶飞行器","飞行器驾驶"),
std::make_pair("驾驶:飞行器","飞行器驾驶"),
std::make_pair("驾驶(飞行器)","飞行器驾驶"),

std::make_pair("驾驶(飞行器)","飞行器驾驶")
};

static std::map<std::string, int> SkillDefaultVal = {
Expand Down

0 comments on commit a95e114

Please sign in to comment.