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

@@ -144,7 +144,7 @@
// 'Reactive' beam parts do something when touched or stood in.
/obj/effect/ebeam/reactive
/obj/effect/ebeam/reactive/initialize()
/obj/effect/ebeam/reactive/Initialize()
processing_objects += src
return ..()