mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 15:06:14 +01:00
Emp 25 > 40 Ninja Star 1 > 10 Teleport 3 sec > 10 sec No more capture objectives Changed an instance of Nanotrasen to Kinaris.
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(400,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
|