Files
Paradise/code/modules/events/solarflare.dm
T
b807a0367f Make solar flares an actual hazard (#17769)
* solar flares burn

* clarity

* duration adjustment

* Update code/datums/weather/weather_types/solar_flare.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* nerfs glass floors, buffs arrivals

* Apply suggestions from code review

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

* le ecs ray buff

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
2022-05-27 20:43:03 +01:00

11 lines
421 B
Plaintext

/datum/event/solar_flare
startWhen = 2
endWhen = 3
announceWhen = 1
/datum/event/solar_flare/announce()
GLOB.event_announcement.Announce("A solar flare has been detected on collision course with the station. Do not conduct space walks or approach windows until the flare has passed!", "Incoming Solar Flare", 'sound/AI/flare.ogg')
/datum/event/solar_flare/start()
SSweather.run_weather(/datum/weather/solar_flare)