mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 05:37:54 +01:00
4f8e9f7ef8
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
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)
|