Merge pull request #5762 from kevinz000/initialize_caps

Capitalizes initialize() to Initialize() because Destroy() is capitalized
This commit is contained in:
Atermonera
2018-12-08 15:44:41 -08:00
committed by GitHub
213 changed files with 438 additions and 440 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
var/datum/codex_tree/tree = null
var/root_type = /datum/lore/codex/category/main_vir_lore //Runtimes on codex_tree.dm, line 18 with a null here
/obj/item/weapon/book/codex/initialize()
/obj/item/weapon/book/codex/Initialize()
tree = new(src, root_type)
. = ..()