Changes tables to rotate correctly with client.dir

This commit is contained in:
GinjaNinja32
2015-08-02 15:01:22 +01:00
parent 0be3ae5b57
commit d050606665
3 changed files with 51 additions and 39 deletions

View File

@@ -0,0 +1,22 @@
// Mostly for debugging table connections
// This file is not #included in the .dme.
/obj/structure/table/debug
New()
material = get_material_by_name("debugium")
..()
/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"