Minor ninja tweaks and stealth nerf.

This commit is contained in:
Ghommie
2019-11-03 17:14:55 +01:00
parent d249a38489
commit 286b78c84c
7 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
s_coold--//Checks for ability s_cooldown first.
cell.charge -= s_cost//s_cost is the default energy cost each tick, usually 5.
if(stealth)//If stealth is active.
if(stealth && stealth_cooldown <= world.time)//If stealth is active.
cell.charge -= s_acost
affecting.alpha = max(affecting.alpha - 10, 10)