This commit is contained in:
@@ -23,7 +23,7 @@ public class WeatherBall : Script
|
||||
if (weather is null)
|
||||
return;
|
||||
|
||||
if (weather == ScriptUtils.ResolveName<Weather.Sunny>() &&
|
||||
if (weather == ScriptUtils.ResolveName<Weather.HarshSunlight>() &&
|
||||
typeLibrary.TryGetTypeIdentifier("fire", out var fireType))
|
||||
typeIdentifier = fireType;
|
||||
else if (weather == ScriptUtils.ResolveName<Weather.Rain>() &&
|
||||
|
||||
Reference in New Issue
Block a user