Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Dec 2, 2023
1 parent 354e2ee commit 6c58497
Show file tree
Hide file tree
Showing 68 changed files with 80,302 additions and 113,522 deletions.
3 changes: 1 addition & 2 deletions code/datums/weather/weather_map_holders/big_red.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
no_weather_turf_icon_state = "strata_clearsky"

potential_weather_events = list(
/datum/weather_event/dust,
/datum/weather_event/sand,
/datum/weather_event/snowstorm,
)

/datum/weather_ss_map_holder/big_red/should_affect_area(area/A)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
no_weather_turf_icon_state = "strata_clearsky"

potential_weather_events = list(
/datum/weather_event/light_rain/lv522,
/datum/weather_event/snowstorm,
)

/datum/weather_ss_map_holder/lv522_chances_claim/should_affect_area(area/A)
Expand Down
3 changes: 1 addition & 2 deletions code/datums/weather/weather_map_holders/lv624.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
no_weather_turf_icon_state = "strata_clearsky"

potential_weather_events = list(
/datum/weather_event/light_rain,
/datum/weather_event/heavy_rain,
/datum/weather_event/snowstorm,
)

/datum/weather_ss_map_holder/lv624/should_affect_area(area/A)
Expand Down
3 changes: 1 addition & 2 deletions code/datums/weather/weather_map_holders/new_varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
no_weather_turf_icon_state = "strata_clearsky"

potential_weather_events = list(
/datum/weather_event/light_rain,
/datum/weather_event/monsoon,
/datum/weather_event/snowstorm,
)

/datum/weather_ss_map_holder/new_varadero/should_affect_area(area/A)
Expand Down
2 changes: 1 addition & 1 deletion maps/bigredv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"xeno_hive_charlie": 0,
"xeno_hive_delta": 100
},
"camouflage": "desert",
"camouflage": "snow",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/desert_dam.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"xeno_hive_charlie": 0,
"xeno_hive_delta": 100
},
"camouflage": "desert",
"camouflage": "snow",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/kutjevo.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"traits": [{ "Ground": true }],
"nightmare_path": "maps/Nightmare/maps/Kutjevo/",
"camouflage": "desert",
"camouflage": "snow",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/lv522_chances_claim.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"xeno_hive_charlie": 0,
"xeno_hive_delta": 0
},
"camouflage": "classic",
"camouflage": "snow",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
2 changes: 1 addition & 1 deletion maps/lv624.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"xeno_hive_bravo": 0,
"xeno_hive_charlie": 70
},
"camouflage": "jungle",
"camouflage": "snow",
"gamemodes": [
"Distress Signal",
"Hunter Games",
Expand Down
Loading

0 comments on commit 6c58497

Please sign in to comment.