The Epic Construction Update (#5976)

How to build machine blueprints!

Use steel sheets like normal, then rotate the frame how you like it using the directional arrow. From here use a Multitool to finalize it and then wire it up like you would before.
This commit is contained in:
Lady Fowl
2019-09-10 22:07:46 +03:00
committed by Erki
parent abd926b14a
commit d6ff38ef96
164 changed files with 2571 additions and 1055 deletions
@@ -107,8 +107,8 @@
visible_message("<span class='danger'>The bees are furious you're trying to destroy their home!</span>")
release_bees(1, 30)
to_chat(user, "<span class='notice'>You start dismantling \the [src]. This will take a while...</span>")
playsound(loc, 'sound/items/Screwdriver.ogg', 50, 1)
if(do_after(user, 150))
playsound(loc, I.usesound, 50, 1)
if(do_after(user, 150/I.toolspeed))
user.visible_message("<span class='notice'>[user] dismantles \the [src].</span>", "<span class='notice'>You dismantle \the [src].</span>")
new /obj/item/beehive_assembly(loc)
qdel(src)