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