home · contact · privacy
Only send chatface message to listener.
[plomrogue2] / plomrogue / things.py
index 9bf03b2f0d881364c56a32999d6a16c8fe1b13c4..7168f7816fd97faa4b9426ab185a7bb4472aac4a 100644 (file)
@@ -94,6 +94,8 @@ class Thing(ThingBase):
                                                                lowered_nick,
                                                                lowered_msg)),
                               c_id)
+            if listener.fov_test(self.position[0], self.position[1]):
+                self.game.io.send('CHATFACE %s' % self.id_, c_id)