mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 05:37:54 +01:00
d3b7ba8b43
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
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()
|