mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-17 10:42:24 +01:00
a83427d394
Ports TGUI Next and a lot of misc updates for nanites.
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
/obj/item/nanite_injector
|
|
name = "nanite injector (FOR TESTING)"
|
|
desc = "Injects nanites into the user."
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
icon = 'icons/obj/device.dmi'
|
|
icon_state = "nanite_remote"
|
|
|
|
/obj/item/nanite_injector/attack_self(mob/user)
|
|
user.AddComponent(/datum/component/nanites, 150)
|