hey that should be everything except making it compile.

This commit is contained in:
PJB3005
2017-01-17 22:08:27 +01:00
parent cd39acc9d8
commit 7356e80484
97 changed files with 1229 additions and 973 deletions
@@ -27,7 +27,7 @@
for(var/i = 0, i < frames, i++)
alpha -= step
if(alpha < 160)
opacity = 0 //if we were blocking view, we aren't now because we're fading out
set_opacity(0) //if we were blocking view, we aren't now because we're fading out
stoplag()
/obj/effect/particle_effect/smoke/New()
@@ -88,7 +88,7 @@
S.lifetime = lifetime
if(S.amount>0)
if(opaque)
S.opacity = 1
S.set_opacity(TRUE)
newsmokes.Add(S)
if(newsmokes.len)
@@ -9,7 +9,7 @@
name = "sparks"
icon_state = "sparks"
anchored = 1
luminosity = 1
light_range = 1
/obj/effect/particle_effect/sparks/New()
..()