From e65c626f1ec7294b111c8ea1ef0146844b246487 Mon Sep 17 00:00:00 2001 From: Rob Palkowski Date: Thu, 3 May 2012 17:05:57 -0700 Subject: [PATCH] Typo correction (fasted -> fasten) --- code/game/machinery/doors/airlock.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index cf99493deb5..ce40b8dca81 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1573,7 +1573,7 @@ About the new airlock wires panel: src.removal_step = 1 return else if (istype(C, /obj/item/weapon/wrench)) - user << "You start to unfasted the armor from the circuits..." + user << "You start to unfasten the armor from the circuits..." if(do_after(user,40)) user << "Circuits exposed." src.removal_step = 3 @@ -1744,4 +1744,4 @@ About the new airlock wires panel: else user << "\red You were warned..." world << "\red [user.name] has been found attempting to hack a CentCom Secure Door via AI/Hacktool. Better luck next time." - user.ex_act(1) \ No newline at end of file + user.ex_act(1)