From 8e51c813136e8c3ec9e1ebcddec486e7d3280717 Mon Sep 17 00:00:00 2001 From: InterroLouis Date: Mon, 1 Apr 2019 04:00:07 -0400 Subject: [PATCH] Update void.dm --- code/modules/clothing/spacesuits/void/void.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/spacesuits/void/void.dm b/code/modules/clothing/spacesuits/void/void.dm index 4dd21ad3bb..f1d12a9982 100644 --- a/code/modules/clothing/spacesuits/void/void.dm +++ b/code/modules/clothing/spacesuits/void/void.dm @@ -240,12 +240,12 @@ playsound(src, W.usesound, 50, 1) src.cooler = null else if(choice == helmet) - to_chat(user, "You detatch \the [helmet] from \the [src]'s helmet mount.") + to_chat(user, "You detach \the [helmet] from \the [src]'s helmet mount.") helmet.forceMove(get_turf(src)) playsound(src, W.usesound, 50, 1) src.helmet = null else if(choice == boots) - to_chat(user, "You detatch \the [boots] from \the [src]'s boot mounts.") + to_chat(user, "You detach \the [boots] from \the [src]'s boot mounts.") boots.forceMove(get_turf(src)) playsound(src, W.usesound, 50, 1) src.boots = null @@ -295,4 +295,4 @@ cooler = W return - ..() \ No newline at end of file + ..()