mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 14:32:06 -08:00
Fixed #9687
This commit is contained in:
parent
f67d885e79
commit
a8588c38b4
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue