mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Colorable Chairs, Stools, and other phoney baloney (#12797)
This commit is contained in:
@@ -230,10 +230,13 @@
|
||||
visible_message("[src] fades away as it shatters!")
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/bed/chair/holochair/Destroy()
|
||||
/obj/structure/bed/stool/chair/holochair
|
||||
held_item = null
|
||||
|
||||
/obj/structure/bed/stool/chair/holochair/Destroy()
|
||||
return ..()
|
||||
|
||||
/obj/structure/bed/chair/holochair/attackby(obj/item/W as obj, mob/user as mob)
|
||||
/obj/structure/bed/stool/chair/holochair/attackby(obj/item/W as obj, mob/user as mob)
|
||||
if(W.iswrench())
|
||||
to_chat(user, ("<span class='notice'>It's a holochair, you can't dismantle it!</span>"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user