mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Capitalizes initialize() to Initialize() because Destroy() is capitalized and this is pretty nerve-grinding
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user