This commit is contained in:
Ghommie
2019-11-03 17:29:53 +01:00
parent 286b78c84c
commit 76294cf162
+1 -1
View File
@@ -9,7 +9,7 @@
cell.charge -= s_cost//s_cost is the default energy cost each tick, usually 5.
if(stealth && stealth_cooldown <= world.time)//If stealth is active.
cell.charge -= s_acost
affecting.alpha = max(affecting.alpha - 10, 10)
affecting.alpha = max(affecting.alpha - 10, 15)
else
cell.charge = 0