From 80834e521050b02ce2d48231fa0572a2b46b1a88 Mon Sep 17 00:00:00 2001 From: Pinta <124479862+deertools@users.noreply.github.com> Date: Mon, 6 Feb 2023 00:24:10 -0500 Subject: [PATCH] removes storms --- code/datums/weather/weather_types/layenia.dm | 4 ++++ hyperstation/code/datums/weather/oxygen_rain.dm | 3 +++ 2 files changed, 7 insertions(+) diff --git a/code/datums/weather/weather_types/layenia.dm b/code/datums/weather/weather_types/layenia.dm index 97113bb9..08909fa2 100644 --- a/code/datums/weather/weather_types/layenia.dm +++ b/code/datums/weather/weather_types/layenia.dm @@ -1,3 +1,5 @@ +//GS13 EDIT +/* /datum/weather/ash_storm/layenia //because fuck writing my own code name = "Layenia Weather" desc = "A subset of weather affecting Layenia" @@ -25,6 +27,8 @@ aesthetic = TRUE +*/ + //datum/weather/layenia/telegraph() //datum/weather/layenia/start() diff --git a/hyperstation/code/datums/weather/oxygen_rain.dm b/hyperstation/code/datums/weather/oxygen_rain.dm index 174169ad..821e781b 100644 --- a/hyperstation/code/datums/weather/oxygen_rain.dm +++ b/hyperstation/code/datums/weather/oxygen_rain.dm @@ -1,3 +1,5 @@ +//GS13 Edit +/* /datum/weather/oxygen_rain name = "oxygen rain" desc = "The weather of Layenia can be quite unpredictable. Given the natural low temperature of Layenia, the formation of natural croxygenic liquid gases is possible." @@ -88,3 +90,4 @@ start_length = 130 end_sound = 'sound/weather/oxygenrain/inside/weak_end.ogg' volume = 30 +*/