code/modules/station_goals/brs/brs_event_container.dm 
ONE_EVENT | 1 event in cumulative_event_expectancy units. |
---|---|
/datum/event_meta/bluespace_rift_event_meta | event_meta for bluespace rift events. Keeps a reference to the rift. |
/datum/event/bluespace_rift_event | Base class. Event that affects things in the area around the rift. Should use bluespace_rift_event_meta. |
/datum/event/bluespace_rift_event/teleport_living | Teleports random mobs around the rift not too far from where they were. |
/datum/event/bluespace_rift_event/teleport_living/shuffle | Makes random mobs around the rift switch their places. |
/datum/event/bluespace_rift_event/teleport_living/within_z | Teleports random mobs around the rift not too far from where they were. |
/datum/event/bluespace_rift_event/explosions | Random number of explosions around the rift. |
/datum/event/bluespace_rift_event/explosions/em_pulses | Random number of em pulses around the rift. |
/datum/event/bluespace_rift_event/explosions/flashes | Random number of flashes around the rift. |
/datum/event/bluespace_rift_event/explosions/smoke | Random number of smoke clouds around the rift. |
/datum/event/bluespace_rift_event/explosions/sparks | Random number of sparks around the rift. |
/datum/event/bluespace_rift_event/explosions/random_chem_effect | Random number of random chemical effects around the rift. |
/datum/event/bluespace_rift_event/explosions/random_chem_effect/dangerous | Random chemical effects that could harm. |
/datum/event/bluespace_rift_event/explosions/random_chem_effect/funny | Random chemical effects that could be clownish. |
/datum/event/bluespace_rift_event/explosions/random_chem_effect/dirt | Just makes floors dirty. |
/datum/event/bluespace_rift_event/snow | Covers the area around the rift with snow. |
Define Details
ONE_EVENT 
1 event in cumulative_event_expectancy
units.