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
+3 -3
View File
@@ -401,7 +401,7 @@
update_icon()
else if(istype(I,/obj/item/weapon/wrench))
if(installed_upgrade_chip)
playsound(src,'sound/items/Screwdriver.ogg', 50, 0)
playsound(src,I.usesound, 50, 0)
to_chat(user,"You remove \the [installed_upgrade_chip].")
installed_upgrade_chip.forceMove(user.loc)
installed_upgrade_chip.update_icon()
@@ -409,7 +409,7 @@
update_stats()
update_icon()
else if(installed_barrel && can_disassemble_barrel)
playsound(src,'sound/items/Ratchet.ogg', 50, 0)
playsound(src,I.usesound, 50, 0)
to_chat(user,"You remove \the [installed_barrel].")
installed_barrel.forceMove(user.loc)
installed_barrel.update_icon()
@@ -417,7 +417,7 @@
update_stats()
update_icon()
else if(installed_cell && can_disassemble_cell)
playsound(src,'sound/items/Ratchet.ogg', 50, 0)
playsound(src,I.usesound, 50, 0)
to_chat(user,"You remove \the [installed_cell].")
installed_cell.forceMove(user.loc)
installed_cell.update_icon()