mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-06 23:02:58 +01:00
e4b6ace4d5
It just can't be a child of the other language implant at all. Fixes #838
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
|