Files
CHOMPStation2/code/game/objects/items/weapons/implants/implanter_vr.dm
Arokha Sieyes e4b6ace4d5 Further language implant fix
It just can't be a child of the other language implant at all.

Fixes #838
2017-01-16 15:33:01 -05:00

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