Merge pull request #971 from dopeghoti/master

Corrects a typo in user feedback for reinforced lock tampering
This commit is contained in:
SkyMarshal
2012-05-03 17:46:37 -07:00
+1 -1
View File
@@ -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