mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +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:
@@ -554,7 +554,7 @@
|
||||
/obj/item/weapon/neuralbroke/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(W.isscrewdriver())
|
||||
new /obj/item/device/encryptionkey/hivenet(user.loc)
|
||||
playsound(src.loc, 'sound/items/Screwdriver.ogg', 50, 1)
|
||||
playsound(src.loc, W.usesound, 50, 1)
|
||||
to_chat(user, "You bypass the fried security chip and extract the encryption key.")
|
||||
to_chat(user, "The fried neural socket crumbles away like dust.")
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user