From e094ca3d26ecb3a0daa2ec850e0ab4ee4df16d70 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Tue, 16 Jun 2015 10:59:45 +0200 Subject: [PATCH] Span correction. --- code/datums/mind.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index fac5c75fc3..1b3fc7b459 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -317,7 +317,7 @@ H << "Your loyalty implant has been deactivated." log_admin("[key_name_admin(usr)] has de-loyalty implanted [current].") if("add") - H << "You somehow have become the recepient of a loyalty transplant, and it just activated!" + H << "You somehow have become the recepient of a loyalty transplant, and it just activated!" H.implant_loyalty(H, override = TRUE) log_admin("[key_name_admin(usr)] has loyalty implanted [current].") else