This commit is contained in:
Anuken 2024-03-30 14:22:22 -04:00
parent f67d885e79
commit a8588c38b4
2 changed files with 2 additions and 2 deletions

View file

@ -2346,7 +2346,7 @@ lst.getblock = Get tile data at any location.
lst.setblock = Set tile data at any location.
lst.spawnunit = Spawn unit at a location.
lst.applystatus = Apply or clear a status effect from a unit.
lst.weathersensor = Check if a type of weather is active.
lst.weathersense = Check if a type of weather is active.
lst.weatherset = Set the current state of a type of weather.
lst.spawnwave = Spawn a wave.
lst.explosion = Create an explosion at a location.

View file

@ -1380,7 +1380,7 @@ public class LStatements{
}
}
@RegisterStatement("weathersensor")
@RegisterStatement("weathersense")
public static class WeatherSenseStatement extends LStatement{
public String to = "result";
public String weather = "@rain";