Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TM-ONLY] Event Poll System #163

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix meteors showing up on low chaos events
  • Loading branch information
carpotoxin committed Oct 20, 2024
commit e299a39071306cc61cd581d3880aea88e68b105a
3 changes: 0 additions & 3 deletions modular_doppler/event_poll/event_poll_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
/datum/round_event_control/ion_storm
chaos_level = EVENT_CHAOS_LOW

/datum/round_event_control/meteor_wave/major_dust
chaos_level = EVENT_CHAOS_LOW

/datum/round_event_control/market_crash
chaos_level = EVENT_CHAOS_LOW

Expand Down
Loading