You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: code/modules/psionics/faculties/psychokenisis.dm
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
/datum/psionic_power/psychokinesis/psiblade
11
11
name ="Psiblade/Psibaton"
12
12
cost =10
13
+
cooldown =0
13
14
min_rank =PSI_RANK_OPERANT
14
15
icon_state ="psy_blade"
15
16
use_description ="Click on yourself with an empty hand to summon a psiblade, or psibaton if the user is a pacifist. The power the blade/baton will vary based on your mastery of the faculty."
@@ -61,6 +62,7 @@
61
62
/datum/psionic_power/psychokinesis/tinker
62
63
name ="Tinker"
63
64
cost =5
65
+
cooldown =0
64
66
min_rank =PSI_RANK_OPERANT
65
67
icon_state ="psy_tinker"
66
68
use_description ="Click on yourself with an empty hand to summon psionic tinker tool. Use it in-hand to switch between tool types, different tools are available at different psi levels."
0 commit comments