Capitalizes initialize() to Initialize() because Destroy() is capitalized and this is pretty nerve-grinding

This commit is contained in:
Atermonera
2018-12-08 15:44:41 -08:00
committed by Novacat
parent 83ce6a7a35
commit 131636b1d2
213 changed files with 3206 additions and 2941 deletions

View File

@@ -8,7 +8,7 @@
var/datum/codex_tree/tree = null
var/root_type = /datum/lore/codex/category/main_virgo_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)
. = ..()