removes storms

This commit is contained in:
Pinta
2023-02-06 00:24:10 -05:00
parent 508402017e
commit 80834e5210
2 changed files with 7 additions and 0 deletions
@@ -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()
@@ -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
*/