diff --git a/code/game/objects/items/weapons/implants/implant_vr.dm b/code/game/objects/items/weapons/implants/implant_vr.dm index 5d12ab7d0a7..b7d8e1ec6df 100644 --- a/code/game/objects/items/weapons/implants/implant_vr.dm +++ b/code/game/objects/items/weapons/implants/implant_vr.dm @@ -13,7 +13,7 @@ Implant Details: Subjects injected with implant can understand and speak almost all known languages.
Function: Contains specialized nanobots to stimulate the brain so the user can speak and understand previously unknown languages.
Special Features: Will allow the user to understand almost all languages.
-Integrity: Implant can only be used three times before the nanobots are depleted."} +Integrity: Implant can only be used once before the nanobots are depleted."} return dat @@ -43,4 +43,4 @@ implanted(mob/source) source.mind.store_memory("A implant can be activated by using the smile emote, say *smile to attempt to activate.", 0, 0) source << "The implanted language implant can be activated by using the smile emote, say *smile to attempt to activate." - return 1 \ No newline at end of file + return 1