mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-02-04 21:49:47 +00:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
//Vorestation universal translator implant.
|
|
|
|
/obj/item/implanter/vrlanguage
|
|
name = "implanter-language"
|
|
|
|
/obj/item/implanter/vrlanguage/Initialize(mapload)
|
|
. = ..()
|
|
imp = new /obj/item/implant/vrlanguage( src )
|
|
update()
|