home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
01b6b1d
)
Only send chatface message to listener.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 11 Dec 2020 03:44:48 +0000
(
04:44
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 11 Dec 2020 03:44:48 +0000
(
04:44
+0100)
plomrogue/things.py
patch
|
blob
|
history
diff --git
a/plomrogue/things.py
b/plomrogue/things.py
index 0195a623f88e2426f214d56b1ce80b5bad887ac4..7168f7816fd97faa4b9426ab185a7bb4472aac4a 100644
(file)
--- a/
plomrogue/things.py
+++ b/
plomrogue/things.py
@@
-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
)