Files
Aurora.3/code/modules/tables/rack.dm
Alberyk dda849d548 The Circus is Here (#15874)
* circus

* code stuff

* Fixes

* the circus is here

* The funny

* Final touch

* things

* Fixes

* area fix

* More spawn and item fixes

* More fixes

* Fix mind

* changelog

* stuff

* tweaks

* Fixes

* circus

* a

* fixes

* areas

* finally

* changelog

* circus fix

* hidden

* Shuttle fix

* Shuttle fix

* circus

* The circus is here for real

* Fixes

* fixes

* tweak

* Should be fixed

* Area fix

* shuttler

* Forgot some stuff
2023-04-30 21:10:08 +00:00

43 lines
1.0 KiB
Plaintext

/obj/structure/table/rack
name = "rack"
desc = "Different from the Middle Ages version."
icon = 'icons/obj/tables.dmi'
icon_state = "rack"
build_amt = 1
can_plate = 0
can_reinforce = 0
flipped = -1
table_mat = DEFAULT_TABLE_MATERIAL
/obj/structure/table/rack/New()
..()
verbs -= /obj/structure/table/verb/do_flip
verbs -= /obj/structure/table/proc/do_put
/obj/structure/table/rack/remove_material(obj/item/wrench/W, mob/user)
src.dismantle(W, user)
/obj/structure/table/rack/update_connections()
return
/obj/structure/table/rack/update_desc()
return
/obj/structure/table/rack/update_icon()
return
/obj/structure/table/rack/no_cargo
no_cargo = TRUE
/obj/structure/table/rack/holorack/dismantle(obj/item/wrench/W, mob/user)
to_chat(user, SPAN_WARNING("You cannot dismantle \the [src]."))
return
/obj/structure/table/rack/fancy_table
name = "fancy table"
desc = "A wood table covered by a fancy cloth."
icon_state = "fancy_table"
table_mat = MATERIAL_WOOD
/obj/structure/table/rack/fancy_table/black
icon_state = "fancy_table_black"