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 12:07:46 -07:00
committed by Erki
parent abd926b14a
commit d6ff38ef96
164 changed files with 2571 additions and 1055 deletions
+1 -1
View File
@@ -399,7 +399,7 @@
connected.system_error("unexpected user interface error")
return
playsound(src.loc, 'sound/items/Ratchet.ogg', 100, 1)
playsound(src.loc, W.usesound, 100, 1)
to_chat(user, "<span class='notice'>You [anchored ? "un" : ""]anchor the brace.</span>")
anchored = !anchored
+1 -1
View File
@@ -1194,7 +1194,7 @@ var/list/total_extraction_beacons = list()
/obj/structure/sculpting_block/attackby(obj/item/C as obj, mob/user as mob)
if (C.iswrench())
playsound(src.loc, 'sound/items/Ratchet.ogg', 100, 1)
playsound(src.loc, C.usesound, 100, 1)
to_chat(user, "<span class='notice'>You [anchored ? "un" : ""]anchor the [name].</span>")
anchored = !anchored
+2 -2
View File
@@ -332,7 +332,7 @@ var/list/mineral_can_smooth_with = list(
to_chat(user, "<span class='warning'>You start chiselling [src] into a sculptable block.</span>")
if(!do_after(user,80))
if(!do_after(user,80/W.toolspeed))
return
if (!istype(src, /turf/simulated/mineral))
@@ -667,7 +667,7 @@ var/list/asteroid_floor_smooth = list(
to_chat(user, "<span class='warning'>You start digging deeper.</span>")
playsound(user.loc, 'sound/effects/stonedoor_openclose.ogg', 50, 1)
digging = 1
if(!do_after(user, 60))
if(!do_after(user, 60/W.toolspeed))
if (istype(src, /turf/unsimulated/floor/asteroid))
digging = 0
return