From b24a61a46a32d4025e03837777fcf3528f945fec Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 31 May 2016 14:13:13 -0400 Subject: [PATCH] Small typo fix --- code/game/objects/items/weapons/implants/implant_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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