diff --git a/src/SampleAgents.py b/src/SampleAgents.py
index 8a3c43935fc61a7fdb6cdae3f9540765e1ab9b63..b7fd49ddbec232c9eab8c46f323987de45605f66 100644
--- a/src/SampleAgents.py
+++ b/src/SampleAgents.py
@@ -70,7 +70,7 @@ class Wash (LearningAgent):
 		return attack, bluff
 	def Defend (self, foe, bluff):
 		if Loss in LearningAgent.GetWinHistory (self, foe):
-			if bluff == Rock: attack = Scissors	# They've fucked us in the past,
+			if bluff == Rock: attack = Scissors	# They've screwed us in the past,
 			elif bluff == Paper: attack = Rock	# so we assume they're lying and
 			else: attack = Paper			# hoping we go for a kill.
 		else:
diff --git a/src/progcomp.xcodeproj/project.pbxproj b/src/progcomp.xcodeproj/project.pbxproj
index 7d4f27187f967bfc76e7f5ff0f38cd4beb819606..b85760a2e37257a89432a4359415dd2a816ca52c 100644
Binary files a/src/progcomp.xcodeproj/project.pbxproj and b/src/progcomp.xcodeproj/project.pbxproj differ