Files
CHOMPStation2/code/game/objects/items/weapons/implants/implanter_vr.dm
CHOMPStation2StaffMirrorBot 55d696e503 [MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-24 22:10:59 +01:00

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()