mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
/atom New() => Initialize() [MDB IGNORE]
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
// Mostly for debugging table connections
|
||||
// This file is not #included in the .dme.
|
||||
|
||||
/obj/structure/table/debug
|
||||
New()
|
||||
material = get_material_by_name("debugium")
|
||||
..()
|
||||
/obj/structure/table/debug/Initialize()
|
||||
material = get_material_by_name("debugium")
|
||||
. = ..()
|
||||
|
||||
/datum/material/debug
|
||||
name = "debugium"
|
||||
|
||||
Reference in New Issue
Block a user