weather

fun weather(rain: Boolean, thunder: Boolean = false)

Sends a fake weather state to the player.

Parameters

rain

Whether it should appear to be raining.

thunder

Whether thunder should be active.