mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-03 12:50:36 +00:00
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
//Vorestation universal translator implant.
|
|
|
|
/obj/item/weapon/implanter/vrlanguage
|
|
name = "implanter-language"
|
|
|
|
/obj/item/weapon/implanter/vrlanguage/New()
|
|
src.imp = new /obj/item/weapon/implant/vrlanguage( src )
|
|
..()
|
|
update()
|
|
return
|