mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
/obj/item/implantcase/vrlanguage
|
|
name = "glass case - 'language'"
|
|
desc = "A case containing a language implant."
|
|
icon_state = "implantcase-r"
|
|
|
|
/obj/item/implantcase/vrlanguage/Initialize(mapload)
|
|
. = ..()
|
|
imp = new /obj/item/implant/vrlanguage(src)
|