This commit is contained in:
@@ -15,7 +15,7 @@ public class Moonlight : Script
|
||||
|
||||
var fraction = 0.5f;
|
||||
var weather = battleData.Battle.WeatherName;
|
||||
if (weather == ScriptUtils.ResolveName<Sunny>())
|
||||
if (weather == ScriptUtils.ResolveName<HarshSunlight>())
|
||||
fraction = 2f / 3f;
|
||||
else if (weather == ScriptUtils.ResolveName<Rain>() || weather == ScriptUtils.ResolveName<Hail>() ||
|
||||
weather == ScriptUtils.ResolveName<Sandstorm>())
|
||||
|
||||
Reference in New Issue
Block a user