提交 63f92429 编写于 作者: struct_cym's avatar struct_cym

Update game.cpp

上级 81484b72
......@@ -152,8 +152,8 @@ void board(){
}else {
cout<<"土"<<endl;
}
cout<<"攻击:"<<attack<<endl;
cout<<"防御:"<<defense<<endl;
cout<<"攻击:"<<attack[grade]<<endl;
cout<<"防御:"<<defense[grade]<<endl;
Sleep(1000);
cout<<"1.地图 "<<"2.背包 "<<"3.精灵箱 "<<"4.装备 "<<"5.技能板 "<<endl;
}
......@@ -321,7 +321,7 @@ void lingdong(){
jinyan+=(double)experience[(int)x]/10;
return;
}
}
}
}
int sum=0;
while(true){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册