mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-15 20:37:37 +00:00
9 lines
296 B
Plaintext
9 lines
296 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) |