remove unused sources in code/*

This commit is contained in:
spookerton
2022-04-15 13:10:20 +01:00
parent 78db65f13f
commit c6dfdeaae2
106 changed files with 0 additions and 12289 deletions

View File

@@ -1,21 +0,0 @@
// Mostly for debugging table connections
// This file is not #included in the .dme.
/obj/structure/table/debug/Initialize()
material = get_material_by_name("debugium")
. = ..()
/datum/material/debug
name = "debugium"
stack_type = /obj/item/stack/material/debug
icon_base = "debug"
icon_reinf = "rdebug"
icon_colour = "#FFFFFF"
/obj/item/stack/material/debug
name = "debugium"
icon = 'icons/obj/tables.dmi'
icon_state = "debugium"
default_type = "debugium"