some final touch ups
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
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 = 4
|
||||
//s_coold = 4 commented out until someone figures out why the fuck cooldowns don't work after porting from tg
|
||||
|
||||
@@ -41,3 +41,4 @@
|
||||
/obj/item/throwing_star/stamina/ninja
|
||||
name = "ninja throwing star"
|
||||
throwforce = 10
|
||||
embedding = list("pain_chance" = 5, "embed_chance" = 100, "fall_chance" = 10, "jostle_chance" = 10, "pain_stam_pct" = 2.5, "jostle_pain_mult" = 3)
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
. = ..()
|
||||
if(stealth)
|
||||
cancel_stealth()
|
||||
s_coold = 5
|
||||
//s_coold = 5 commented out until someone figures out why the fuck cooldowns don't work after porting from tg
|
||||
|
||||
/**
|
||||
* Proc called to lock the important gear pieces onto space ninja's body.
|
||||
|
||||
Reference in New Issue
Block a user