提交 618e9670 编写于 作者: struct_cym's avatar struct_cym

Update game.cpp

上级 0ef9afb9
......@@ -152,7 +152,7 @@ void board() {
cout<<"等级:"<<grade<<endl;
cout<<"血量:"<<blood[grade]<<endl;
cout<<"属性:";
if(attribute[option]==1) {
if(attribute[1]==1) {
cout<<"金"<<" ";
} if(attribute[2]==1) {
cout<<"木"<<" ";
......@@ -807,8 +807,6 @@ void shu() {
Sleep(1000);
cout<<"恭喜你的属性变为双属性"<<endl;
Sleep(1000);
cout<<"你的属性将不在面板中显示"<<endl;
Sleep(1000);
cout<<"恭喜你获得技能"<<" "<<"千手顶上化佛"<<endl;
Sleep(1000);
grade++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册