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

@@ -59,7 +59,7 @@ var/list/table_icon_cache = list()
/obj/structure/table/blob_act()
take_damage(100)
/obj/structure/table/initialize()
/obj/structure/table/Initialize()
. = ..()
// One table per turf.