Fixes a compile error with the Initialize() proc

This commit is contained in:
Anewbe
2018-12-08 19:29:21 -06:00
parent 61df5b880b
commit cfeab054f6
6 changed files with 6 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ steam.start() -- spawns the effect
opacity = FALSE
var/strength = 5 // How much damage to do inside each affect()
/obj/effect/effect/smoke/elemental/initialize()
/obj/effect/effect/smoke/elemental/Initialize()
processing_objects += src
return ..()