11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
|
|
|
|
//Disables nearby tech equipment.
|
|
/obj/item/clothing/suit/space/space_ninja/proc/ninjapulse()
|
|
|
|
if(!ninjacost(250,N_STEALTH_CANCEL))
|
|
var/mob/living/carbon/human/H = affecting
|
|
playsound(H.loc, 'sound/effects/empulse.ogg', 60, 2)
|
|
empulse(H, 4, 6) //Procs sure are nice. Slightly weaker than wizard's disable tch.
|
|
s_coold = 2
|