コード例 #1
0
ファイル: status.py プロジェクト: catethos/Pokemon-AI-Project
def SUNNYDAYonEnd():
	if (weather.get_weather_countdown() == 0):
		weather.clear_weather()
コード例 #2
0
ファイル: status.py プロジェクト: zhl3391/Pokemon-AI-Project
def SUNNYDAYonEnd():
    if (weather.get_weather_countdown() == 0):
        weather.clear_weather()
コード例 #3
0
ファイル: status.py プロジェクト: catethos/Pokemon-AI-Project
def RAINDANCEonEnd():
	if (weather.get_weather_countdown() == 0):
		weather.clear_weather()
コード例 #4
0
ファイル: status.py プロジェクト: zhl3391/Pokemon-AI-Project
def RAINDANCEonEnd():
    if (weather.get_weather_countdown() == 0):
        weather.clear_weather()