mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user