mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-21 06:25:59 +00:00
Adds a Debug command to stop all weather. (#80848) Atomizing out of #78524 as a result of that PR being too big and this was quite easy to do. This adds a debug (admin) command that allows you to stop all weather effects that are going on across the map in a given instance. This is useful for when you are testing something on lavaland and need the storm to stop, or if you otherwise had some other kind of weather effect interfering with testing something. It's worth noting this directly calls end() on the active weather effect, meaning that for more complicated weather that may have different side effects, it may need some extra finess, but as of current writing no weather does anything interesting in their wind_down() procs. God weather is so annoying while testing lavaland, plus this is just straight admin and testing tooling so there's no harm. 🆑 admin: Added a new admin verb that ends all active weather within the weather subsystem. /🆑 Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>