Commit d6f73c1b by BellCodeEditor

auto save

parent 877b9eb9
Showing with 5 additions and 2 deletions
......@@ -45,4 +45,7 @@ player=player("德意志国",350,50,400)
sov=country("苏维埃联盟",600,20,1000)
#ger.upgrade()
print("国家"+player.name+"作战指挥连接成功,国家政党为"+"德意志民族社会主义工人党(法西斯主义)"+"陆军学说为"+"机动作战学说"+"空军学说为"+"战场支援学说")
player.combat(sov)
\ No newline at end of file
print("当前军队level,hp,attack分别为",player.level,player.hp,player.attack)
player.combat(sov)
while 1:
print(1)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment