mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
27 lines
661 B
Plaintext
27 lines
661 B
Plaintext
/obj/structure/table/rack
|
|
name = "rack"
|
|
desc = "Different from the Middle Ages version."
|
|
icon = 'icons/obj/objects.dmi'
|
|
icon_state = "rack"
|
|
can_plate = 0
|
|
can_reinforce = 0
|
|
flipped = -1
|
|
|
|
/obj/structure/table/rack/New()
|
|
..()
|
|
verbs -= /obj/structure/table/verb/do_flip
|
|
verbs -= /obj/structure/table/proc/do_put
|
|
|
|
/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/holorack/dismantle(obj/item/weapon/wrench/W, mob/user)
|
|
user << "<span class='warning'>You cannot dismantle \the [src].</span>"
|
|
return
|