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