|
1 | | -/datum/round_event/psi |
2 | | - startWhen = 30 |
3 | | - endWhen = 120 |
| 1 | +// /datum/round_event/psi |
| 2 | +// startWhen = 30 |
| 3 | +// endWhen = 120 |
4 | 4 |
|
5 | | -/datum/round_event/psi/announce() |
6 | | - priority_announce( \ |
7 | | - "A localized disruption within the neighboring psionic continua has been detected. All psi-operant crewmembers \ |
8 | | - are advised to cease any sensitive activities and report to medical personnel in case of damage.", "Central Command Higher Dimensional Affairs") |
| 5 | +// /datum/round_event/psi/announce() |
| 6 | +// priority_announce( \ |
| 7 | +// "A localized disruption within the neighboring psionic continua has been detected. All psi-operant crewmembers \ |
| 8 | +// are advised to cease any sensitive activities and report to medical personnel in case of damage.", "Central Command Higher Dimensional Affairs") |
9 | 9 |
|
10 | | -/datum/round_event/psi/end() |
11 | | - priority_announce( \ |
12 | | - "The psi-disturbance has ended and baseline normality has been re-asserted. \ |
13 | | - Anything you still can't cope with is therefore your own problem.", "Central Command Higher Dimensional Affairs") |
| 10 | +// /datum/round_event/psi/end() |
| 11 | +// priority_announce( \ |
| 12 | +// "The psi-disturbance has ended and baseline normality has been re-asserted. \ |
| 13 | +// Anything you still can't cope with is therefore your own problem.", "Central Command Higher Dimensional Affairs") |
14 | 14 |
|
15 | | -/datum/round_event/psi/tick() |
16 | | - for(var/thing in SSpsi.processing) |
17 | | - if(!istype(thing, /datum/psi_complexus)) |
18 | | - continue |
19 | | - apply_psi_effect(thing) |
| 15 | +// /datum/round_event/psi/tick() |
| 16 | +// for(var/thing in SSpsi.processing) |
| 17 | +// if(!istype(thing, /datum/psi_complexus)) |
| 18 | +// continue |
| 19 | +// apply_psi_effect(thing) |
20 | 20 |
|
21 | | -/datum/round_event/psi/proc/apply_psi_effect(datum/psi_complexus/psi) |
22 | | - return |
| 21 | +// /datum/round_event/psi/proc/apply_psi_effect(datum/psi_complexus/psi) |
| 22 | +// return |
0 commit comments