-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// Weather events for Big Red | ||
/datum/weather_event/dust/infinite | ||
name = "Duststorm (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/sand/infinite | ||
name = "Sandstorm (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/rock/infinite | ||
name = "Rockstorm (Infinite)" | ||
length = 600 MINUTES | ||
|
||
// Weather events for Chances Claim | ||
/datum/weather_event/light_rain/lv522/infinite | ||
name = "LV522 Light Rain (Infinite)" | ||
length = 600 MINUTES | ||
|
||
// Weather events for LV624 | ||
/datum/weather_event/light_rain/infinite | ||
name = "Light Rain (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/heavy_rain/infinite | ||
name = "Heavy Rain (Infinite)" | ||
length = 600 MINUTES | ||
|
||
// Weather events for New Varadero | ||
/datum/weather_event/light_rain/varadero/infinite | ||
name = "Tropical Storm (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/monsoon/infinite | ||
name = "Monsoon Warning (Infinite)" | ||
length = 600 MINUTES | ||
|
||
// Weather events for Sorokyne | ||
/datum/weather_event/snow/infinite | ||
name = "Snow (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/snowstorm/infinite | ||
name = "Snowstorm (Infinite)" | ||
length = 600 MINUTES | ||
|
||
/datum/weather_event/blizzard/infinite | ||
name = "Blizzard (Infinite)" | ||
length = 600 MINUTES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters