New() -> Initialize() (#41876)

This commit is contained in:
nicbn
2019-01-03 18:56:15 -08:00
committed by Tad Hardesty
parent f10c1da5b4
commit c4213f13ab
54 changed files with 200 additions and 221 deletions
+2 -2
View File
@@ -147,9 +147,9 @@
framestack = /obj/item/stack/tile/brass
framestackamount = 1
/obj/structure/table_frame/brass/New()
/obj/structure/table_frame/brass/Initialize()
. = ..()
change_construction_value(1)
..()
/obj/structure/table_frame/brass/Destroy()
change_construction_value(-1)