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