mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user