Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 69fbeeb

Browse files
committed
fck events
1 parent 4903725 commit 69fbeeb

File tree

1 file changed

+18
-18
lines changed
  • code/modules/psionics/events

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/datum/round_event/psi
2-
startWhen = 30
3-
endWhen = 120
1+
// /datum/round_event/psi
2+
// startWhen = 30
3+
// endWhen = 120
44

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")
99

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")
1414

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)
2020

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

Comments
 (0)